#96CA6F

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

Shades of Olivine #96CA6F

Tints of Olivine #96CA6F

Color information

#96CA6F (or 0x96CA6F) is unknown color: approx Olivine. HEX triplet: 96, CA and 6F. RGB value is (150,202,111). Sum of RGB (Red+Green+Blue) = 150+202+111=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA6F is #693590. Grayscale: #B0B0B0. Windows color (decimal): -6894993 or 7326358. OLE color: 7326358.

HSL color Cylindrical-coordinate representation of color #96CA6F: hue angle of 94.29º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96CA6F is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB150202111-
CMYK0.2600.450.21
HSL94.29º46.19%61.37%-
HSV(B)94.29º45.05%79.22%-
XYZ36.5749.8722.74-
YUV176.0891.27109.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=32.40%
G=43.63%
B=23.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021110.2600.450.2194.2946.1961.37
Hex96CA6F1A02D155e2e3d
Octal22631215732055251365675
Binary10010110110010101101111110100101101101011011110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CA6F; }

 p { color: rgb(150,202,111); }

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

<style>
 a { background-color: #96CA6F; }

 a { background-color: rgb(150,202,111); }

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

<style>
 span { border-color: #96CA6F; }

 span { border-color: rgb(150,202,111); }

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