Shades of Olivine #9CAF73
Tints of Olivine #9CAF73
RGB
CMYK
RGB Variations
Color information
#9CAF73 (or 0x9CAF73) is known color: Olivine. HEX triplet: 9C, AF and 73. RGB value is (156,175,115). Sum of RGB (Red+Green+Blue) = 156+175+115=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF73 is #63508C. Grayscale: #A2A2A2. Windows color (decimal): -6508685 or 7581596. OLE color: 7581596.
HSL color Cylindrical-coordinate representation of color #9CAF73: hue angle of 79º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CAF73 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 115 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.31 |
| HSL | 79º | 0.27% | 0.57% | - |
| HSV(B) | 79º | 0.34% | 0.69% | - |
| XYZ | 32.13 | 38.97 | 22.05 | - |
| YUV | 162.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 115 | 0.11 | 0 | 0.34 | 0.31 | 79 | 0.27 | 0.57 |
| Hex | 9C | AF | 73 | B | 0 | 22 | 1F | 4F | 1B | 39 |
| Octal | 234 | 257 | 163 | 13 | 0 | 42 | 37 | 117 | 33 | 71 |
| Binary | 10011100 | 10101111 | 1110011 | 1011 | 0 | 100010 | 11111 | 1001111 | 11011 | 111001 |
Color Harmonies of #9CAF73
Complementary color
Monochromatic Colors of #9CAF73
Black with #9CAF73
Text Example
Text Example
White with #9CAF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF73; }
p { color: rgb(156,175,115); }
H1.HeaderClassName
{
color: #9CAF73;
}
.AnyTagClassName
{
color: #9CAF73;
}
</style>
background-color css
<style>
a { background-color: #9CAF73; }
a { background-color: rgb(156,175,115); }
div.DivClassName
{
background-color: #9CAF73;
}
.BgClassName
{
background-color: #9CAF73;
}
</style>
border-color css
<style>
span { border-color: #9CAF73; }
span { border-color: rgb(156,175,115); }
td.TdClassName
{
border-color: #9CAF73;
}
.TagClassName
{
border-color: #9CAF73;
}
</style>