Shades of Olivine #96CE65
Tints of Olivine #96CE65
RGB
CMYK
RGB Variations
Color information
#96CE65 (or 0x96CE65) is known color: Olivine. HEX triplet: 96, CE and 65. RGB value is (150,206,101). Sum of RGB (Red+Green+Blue) = 150+206+101=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CE65 is #69319A. Grayscale: #B1B1B1. Windows color (decimal): -6893979 or 6672022. OLE color: 6672022.
HSL color Cylindrical-coordinate representation of color #96CE65: hue angle of 92º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96CE65 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 101 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.19 |
| HSL | 92º | 0.52% | 0.6% | - |
| HSV(B) | 92º | 0.51% | 0.81% | - |
| XYZ | 37 | 51.57 | 20.32 | - |
| YUV | 177.29 | 84.95 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 101 | 0.27 | 0 | 0.51 | 0.19 | 92 | 0.52 | 0.6 |
| Hex | 96 | CE | 65 | 1B | 0 | 33 | 13 | 5C | 34 | 3C |
| Octal | 226 | 316 | 145 | 33 | 0 | 63 | 23 | 134 | 64 | 74 |
| Binary | 10010110 | 11001110 | 1100101 | 11011 | 0 | 110011 | 10011 | 1011100 | 110100 | 111100 |
Color Harmonies of #96CE65
Complementary color
Monochromatic Colors of #96CE65
Black with #96CE65
Text Example
Text Example
White with #96CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE65; }
p { color: rgb(150,206,101); }
H1.HeaderClassName
{
color: #96CE65;
}
.AnyTagClassName
{
color: #96CE65;
}
</style>
background-color css
<style>
a { background-color: #96CE65; }
a { background-color: rgb(150,206,101); }
div.DivClassName
{
background-color: #96CE65;
}
.BgClassName
{
background-color: #96CE65;
}
</style>
border-color css
<style>
span { border-color: #96CE65; }
span { border-color: rgb(150,206,101); }
td.TdClassName
{
border-color: #96CE65;
}
.TagClassName
{
border-color: #96CE65;
}
</style>