Shades of Olivine #9CAF71
Tints of Olivine #9CAF71
RGB
CMYK
RGB Variations
Color information
#9CAF71 (or 0x9CAF71) is known color: Olivine. HEX triplet: 9C, AF and 71. RGB value is (156,175,113). Sum of RGB (Red+Green+Blue) = 156+175+113=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF71 is #63508E. Grayscale: #A2A2A2. Windows color (decimal): -6508687 or 7450524. OLE color: 7450524.
HSL color Cylindrical-coordinate representation of color #9CAF71: hue angle of 78.39º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CAF71 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 113 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.31 |
| HSL | 78.39º | 0.28% | 0.56% | - |
| HSV(B) | 78.39º | 0.35% | 0.69% | - |
| XYZ | 32.02 | 38.92 | 21.45 | - |
| YUV | 162.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 113 | 0.11 | 0 | 0.35 | 0.31 | 78.39 | 0.28 | 0.56 |
| Hex | 9C | AF | 71 | B | 0 | 23 | 1F | 4E | 1C | 38 |
| Octal | 234 | 257 | 161 | 13 | 0 | 43 | 37 | 116 | 34 | 70 |
| Binary | 10011100 | 10101111 | 1110001 | 1011 | 0 | 100011 | 11111 | 1001110 | 11100 | 111000 |
Color Harmonies of #9CAF71
Complementary color
Monochromatic Colors of #9CAF71
Black with #9CAF71
Text Example
Text Example
White with #9CAF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF71; }
p { color: rgb(156,175,113); }
H1.HeaderClassName
{
color: #9CAF71;
}
.AnyTagClassName
{
color: #9CAF71;
}
</style>
background-color css
<style>
a { background-color: #9CAF71; }
a { background-color: rgb(156,175,113); }
div.DivClassName
{
background-color: #9CAF71;
}
.BgClassName
{
background-color: #9CAF71;
}
</style>
border-color css
<style>
span { border-color: #9CAF71; }
span { border-color: rgb(156,175,113); }
td.TdClassName
{
border-color: #9CAF71;
}
.TagClassName
{
border-color: #9CAF71;
}
</style>