#96C069

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

Shades of Olivine #96C069

Tints of Olivine #96C069

Color information

#96C069 (or 0x96C069) is unknown color: approx Olivine. HEX triplet: 96, C0 and 69. RGB value is (150,192,105). Sum of RGB (Red+Green+Blue) = 150+192+105=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #96C069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C069 is #693F96. Grayscale: #A9A9A9. Windows color (decimal): -6897559 or 6930582. OLE color: 6930582.

HSL color Cylindrical-coordinate representation of color #96C069: hue angle of 88.97º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96C069 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB150192105-
CMYK0.2200.450.25
HSL88.97º40.85%58.24%-
HSV(B)88.97º45.31%75.29%-
XYZ33.9845.220.3-
YUV169.5291.59114.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=33.56%
G=42.95%
B=23.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501921050.2200.450.2588.9740.8558.24
Hex96C0691602D1959293a
Octal22630015126055311315172
Binary10010110110000001101001101100101101110011011001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,192,105); }

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

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

 a { background-color: rgb(150,192,105); }

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

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

 span { border-color: rgb(150,192,105); }

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