#94CE69

Color #94CE69 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #94CE69

Tints of Olivine #94CE69

Color information

#94CE69 (or 0x94CE69) is unknown color: approx Olivine. HEX triplet: 94, CE and 69. RGB value is (148,206,105). Sum of RGB (Red+Green+Blue) = 148+206+105=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE69 is #6B3196. Grayscale: #B1B1B1. Windows color (decimal): -7025047 or 6934164. OLE color: 6934164.

HSL color Cylindrical-coordinate representation of color #94CE69: hue angle of 94.46º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94CE69 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB148206105-
CMYK0.2800.490.19
HSL94.46º50.75%60.98%-
HSV(B)94.46º49.03%80.78%-
XYZ36.8351.4621.36-
YUV177.1487.28107.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 206 (80.86% from 255) = 44.88%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=32.24%
G=44.88%
B=22.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061050.2800.490.1994.4650.7560.98
Hex94CE691C031135e333d
Octal22431615134061231366375
Binary10010100110011101101001111000110001100111011110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CE69; }

 p { color: rgb(148,206,105); }

 H1.HeaderClassName
 {
   color: #94CE69;
 }
 .AnyTagClassName
 {
   color: #94CE69;
 }
</style>
background-color css

<style>
 a { background-color: #94CE69; }

 a { background-color: rgb(148,206,105); }

 div.DivClassName
 {
   background-color: #94CE69;
 }
 .BgClassName
 {
   background-color: #94CE69;
 }
</style>
border-color css

<style>
 span { border-color: #94CE69; }

 span { border-color: rgb(148,206,105); }

 td.TdClassName
 {
   border-color: #94CE69;
 }
 .TagClassName
 {
   border-color: #94CE69;
 }
</style>