Shades of Olivine #9CAF76
Tints of Olivine #9CAF76
RGB
CMYK
RGB Variations
Color information
#9CAF76 (or 0x9CAF76) is known color: Olivine. HEX triplet: 9C, AF and 76. RGB value is (156,175,118). Sum of RGB (Red+Green+Blue) = 156+175+118=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF76 is #635089. Grayscale: #A3A3A3. Windows color (decimal): -6508682 or 7778204. OLE color: 7778204.
HSL color Cylindrical-coordinate representation of color #9CAF76: hue angle of 80º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CAF76 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 118 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.31 |
| HSL | 80º | 0.26% | 0.57% | - |
| HSV(B) | 80º | 0.33% | 0.69% | - |
| XYZ | 32.31 | 39.04 | 22.97 | - |
| YUV | 162.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 118 | 0.11 | 0 | 0.33 | 0.31 | 80 | 0.26 | 0.57 |
| Hex | 9C | AF | 76 | B | 0 | 21 | 1F | 50 | 1A | 39 |
| Octal | 234 | 257 | 166 | 13 | 0 | 41 | 37 | 120 | 32 | 71 |
| Binary | 10011100 | 10101111 | 1110110 | 1011 | 0 | 100001 | 11111 | 1010000 | 11010 | 111001 |
Color Harmonies of #9CAF76
Complementary color
Monochromatic Colors of #9CAF76
Black with #9CAF76
Text Example
Text Example
White with #9CAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF76; }
p { color: rgb(156,175,118); }
H1.HeaderClassName
{
color: #9CAF76;
}
.AnyTagClassName
{
color: #9CAF76;
}
</style>
background-color css
<style>
a { background-color: #9CAF76; }
a { background-color: rgb(156,175,118); }
div.DivClassName
{
background-color: #9CAF76;
}
.BgClassName
{
background-color: #9CAF76;
}
</style>
border-color css
<style>
span { border-color: #9CAF76; }
span { border-color: rgb(156,175,118); }
td.TdClassName
{
border-color: #9CAF76;
}
.TagClassName
{
border-color: #9CAF76;
}
</style>