Shades of Olivine #96C06C
Tints of Olivine #96C06C
RGB
CMYK
RGB Variations
Color information
#96C06C (or 0x96C06C) is known color: Olivine. HEX triplet: 96, C0 and 6C. RGB value is (150,192,108). Sum of RGB (Red+Green+Blue) = 150+192+108=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #96C06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C06C is #693F93. Grayscale: #AAAAAA. Windows color (decimal): -6897556 or 7127190. OLE color: 7127190.
HSL color Cylindrical-coordinate representation of color #96C06C: hue angle of 90º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96C06C is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 108 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.25 |
| HSL | 90º | 0.4% | 0.59% | - |
| HSV(B) | 90º | 0.44% | 0.75% | - |
| XYZ | 34.13 | 45.27 | 21.13 | - |
| YUV | 169.87 | 93.09 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 108 | 0.22 | 0 | 0.44 | 0.25 | 90 | 0.4 | 0.59 |
| Hex | 96 | C0 | 6C | 16 | 0 | 2C | 19 | 5A | 28 | 3B |
| Octal | 226 | 300 | 154 | 26 | 0 | 54 | 31 | 132 | 50 | 73 |
| Binary | 10010110 | 11000000 | 1101100 | 10110 | 0 | 101100 | 11001 | 1011010 | 101000 | 111011 |
Color Harmonies of #96C06C
Complementary color
Monochromatic Colors of #96C06C
Black with #96C06C
Text Example
Text Example
White with #96C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C06C; }
p { color: rgb(150,192,108); }
H1.HeaderClassName
{
color: #96C06C;
}
.AnyTagClassName
{
color: #96C06C;
}
</style>
background-color css
<style>
a { background-color: #96C06C; }
a { background-color: rgb(150,192,108); }
div.DivClassName
{
background-color: #96C06C;
}
.BgClassName
{
background-color: #96C06C;
}
</style>
border-color css
<style>
span { border-color: #96C06C; }
span { border-color: rgb(150,192,108); }
td.TdClassName
{
border-color: #96C06C;
}
.TagClassName
{
border-color: #96C06C;
}
</style>