Shades of Olivine #96C76A
Tints of Olivine #96C76A
RGB
CMYK
RGB Variations
Color information
#96C76A (or 0x96C76A) is known color: Olivine. HEX triplet: 96, C7 and 6A. RGB value is (150,199,106). Sum of RGB (Red+Green+Blue) = 150+199+106=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #96C76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C76A is #693895. Grayscale: #AEAEAE. Windows color (decimal): -6895766 or 6997910. OLE color: 6997910.
HSL color Cylindrical-coordinate representation of color #96C76A: hue angle of 91.61º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96C76A is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 106 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.22 |
| HSL | 91.61º | 0.45% | 0.6% | - |
| HSV(B) | 91.61º | 0.47% | 0.78% | - |
| XYZ | 35.6 | 48.37 | 21.1 | - |
| YUV | 173.75 | 89.77 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 106 | 0.25 | 0 | 0.47 | 0.22 | 91.61 | 0.45 | 0.6 |
| Hex | 96 | C7 | 6A | 19 | 0 | 2F | 16 | 5C | 2D | 3C |
| Octal | 226 | 307 | 152 | 31 | 0 | 57 | 26 | 134 | 55 | 74 |
| Binary | 10010110 | 11000111 | 1101010 | 11001 | 0 | 101111 | 10110 | 1011100 | 101101 | 111100 |
Color Harmonies of #96C76A
Complementary color
Monochromatic Colors of #96C76A
Black with #96C76A
Text Example
Text Example
White with #96C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C76A; }
p { color: rgb(150,199,106); }
H1.HeaderClassName
{
color: #96C76A;
}
.AnyTagClassName
{
color: #96C76A;
}
</style>
background-color css
<style>
a { background-color: #96C76A; }
a { background-color: rgb(150,199,106); }
div.DivClassName
{
background-color: #96C76A;
}
.BgClassName
{
background-color: #96C76A;
}
</style>
border-color css
<style>
span { border-color: #96C76A; }
span { border-color: rgb(150,199,106); }
td.TdClassName
{
border-color: #96C76A;
}
.TagClassName
{
border-color: #96C76A;
}
</style>