Shades of Olivine #9CAF70
Tints of Olivine #9CAF70
RGB
CMYK
RGB Variations
Color information
#9CAF70 (or 0x9CAF70) is known color: Olivine. HEX triplet: 9C, AF and 70. RGB value is (156,175,112). Sum of RGB (Red+Green+Blue) = 156+175+112=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF70 is #63508F. Grayscale: #A2A2A2. Windows color (decimal): -6508688 or 7384988. OLE color: 7384988.
HSL color Cylindrical-coordinate representation of color #9CAF70: hue angle of 78.1º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CAF70 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 112 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.31 |
| HSL | 78.1º | 0.28% | 0.56% | - |
| HSV(B) | 78.1º | 0.36% | 0.69% | - |
| XYZ | 31.96 | 38.9 | 21.15 | - |
| YUV | 162.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 112 | 0.11 | 0 | 0.36 | 0.31 | 78.1 | 0.28 | 0.56 |
| Hex | 9C | AF | 70 | B | 0 | 24 | 1F | 4E | 1C | 38 |
| Octal | 234 | 257 | 160 | 13 | 0 | 44 | 37 | 116 | 34 | 70 |
| Binary | 10011100 | 10101111 | 1110000 | 1011 | 0 | 100100 | 11111 | 1001110 | 11100 | 111000 |
Color Harmonies of #9CAF70
Complementary color
Monochromatic Colors of #9CAF70
Black with #9CAF70
Text Example
Text Example
White with #9CAF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF70; }
p { color: rgb(156,175,112); }
H1.HeaderClassName
{
color: #9CAF70;
}
.AnyTagClassName
{
color: #9CAF70;
}
</style>
background-color css
<style>
a { background-color: #9CAF70; }
a { background-color: rgb(156,175,112); }
div.DivClassName
{
background-color: #9CAF70;
}
.BgClassName
{
background-color: #9CAF70;
}
</style>
border-color css
<style>
span { border-color: #9CAF70; }
span { border-color: rgb(156,175,112); }
td.TdClassName
{
border-color: #9CAF70;
}
.TagClassName
{
border-color: #9CAF70;
}
</style>