Shades of Olivine #96C667
Tints of Olivine #96C667
RGB
CMYK
RGB Variations
Color information
#96C667 (or 0x96C667) is known color: Olivine. HEX triplet: 96, C6 and 67. RGB value is (150,198,103). Sum of RGB (Red+Green+Blue) = 150+198+103=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #96C667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C667 is #693998. Grayscale: #ADADAD. Windows color (decimal): -6896025 or 6801046. OLE color: 6801046.
HSL color Cylindrical-coordinate representation of color #96C667: hue angle of 90.32º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96C667 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 103 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.22 |
| HSL | 90.32º | 0.45% | 0.59% | - |
| HSV(B) | 90.32º | 0.48% | 0.78% | - |
| XYZ | 35.22 | 47.85 | 20.21 | - |
| YUV | 172.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 103 | 0.24 | 0 | 0.48 | 0.22 | 90.32 | 0.45 | 0.59 |
| Hex | 96 | C6 | 67 | 18 | 0 | 30 | 16 | 5A | 2D | 3B |
| Octal | 226 | 306 | 147 | 30 | 0 | 60 | 26 | 132 | 55 | 73 |
| Binary | 10010110 | 11000110 | 1100111 | 11000 | 0 | 110000 | 10110 | 1011010 | 101101 | 111011 |
Color Harmonies of #96C667
Complementary color
Monochromatic Colors of #96C667
Black with #96C667
Text Example
Text Example
White with #96C667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C667; }
p { color: rgb(150,198,103); }
H1.HeaderClassName
{
color: #96C667;
}
.AnyTagClassName
{
color: #96C667;
}
</style>
background-color css
<style>
a { background-color: #96C667; }
a { background-color: rgb(150,198,103); }
div.DivClassName
{
background-color: #96C667;
}
.BgClassName
{
background-color: #96C667;
}
</style>
border-color css
<style>
span { border-color: #96C667; }
span { border-color: rgb(150,198,103); }
td.TdClassName
{
border-color: #96C667;
}
.TagClassName
{
border-color: #96C667;
}
</style>