Shades of Olivine #9CAF80
Tints of Olivine #9CAF80
RGB
CMYK
RGB Variations
Color information
#9CAF80 (or 0x9CAF80) is known color: Olivine. HEX triplet: 9C, AF and 80. RGB value is (156,175,128). Sum of RGB (Red+Green+Blue) = 156+175+128=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAF80 is #63507F. Grayscale: #A4A4A4. Windows color (decimal): -6508672 or 8433564. OLE color: 8433564.
HSL color Cylindrical-coordinate representation of color #9CAF80: hue angle of 84.26º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CAF80 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 128 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.31 |
| HSL | 84.26º | 0.23% | 0.59% | - |
| HSV(B) | 84.26º | 0.27% | 0.69% | - |
| XYZ | 32.94 | 39.29 | 26.27 | - |
| YUV | 163.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 128 | 0.11 | 0 | 0.27 | 0.31 | 84.26 | 0.23 | 0.59 |
| Hex | 9C | AF | 80 | B | 0 | 1B | 1F | 54 | 17 | 3B |
| Octal | 234 | 257 | 200 | 13 | 0 | 33 | 37 | 124 | 27 | 73 |
| Binary | 10011100 | 10101111 | 10000000 | 1011 | 0 | 11011 | 11111 | 1010100 | 10111 | 111011 |
Color Harmonies of #9CAF80
Complementary color
Monochromatic Colors of #9CAF80
Black with #9CAF80
Text Example
Text Example
White with #9CAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF80; }
p { color: rgb(156,175,128); }
H1.HeaderClassName
{
color: #9CAF80;
}
.AnyTagClassName
{
color: #9CAF80;
}
</style>
background-color css
<style>
a { background-color: #9CAF80; }
a { background-color: rgb(156,175,128); }
div.DivClassName
{
background-color: #9CAF80;
}
.BgClassName
{
background-color: #9CAF80;
}
</style>
border-color css
<style>
span { border-color: #9CAF80; }
span { border-color: rgb(156,175,128); }
td.TdClassName
{
border-color: #9CAF80;
}
.TagClassName
{
border-color: #9CAF80;
}
</style>