Shades of Olivine #9CAD80
Tints of Olivine #9CAD80
RGB
CMYK
RGB Variations
Color information
#9CAD80 (or 0x9CAD80) is known color: Olivine. HEX triplet: 9C, AD and 80. RGB value is (156,173,128). Sum of RGB (Red+Green+Blue) = 156+173+128=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAD80 is #63527F. Grayscale: #A2A2A2. Windows color (decimal): -6509184 or 8433052. OLE color: 8433052.
HSL color Cylindrical-coordinate representation of color #9CAD80: hue angle of 82.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CAD80 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 173 | 128 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.32 |
| HSL | 82.67º | 0.22% | 0.59% | - |
| HSV(B) | 82.67º | 0.26% | 0.68% | - |
| XYZ | 32.55 | 38.51 | 26.14 | - |
| YUV | 162.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 128 | 0.10 | 0 | 0.26 | 0.32 | 82.67 | 0.22 | 0.59 |
| Hex | 9C | AD | 80 | A | 0 | 1A | 20 | 53 | 16 | 3B |
| Octal | 234 | 255 | 200 | 12 | 0 | 32 | 40 | 123 | 26 | 73 |
| Binary | 10011100 | 10101101 | 10000000 | 1010 | 0 | 11010 | 100000 | 1010011 | 10110 | 111011 |
Color Harmonies of #9CAD80
Complementary color
Monochromatic Colors of #9CAD80
Black with #9CAD80
Text Example
Text Example
White with #9CAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAD80; }
p { color: rgb(156,173,128); }
H1.HeaderClassName
{
color: #9CAD80;
}
.AnyTagClassName
{
color: #9CAD80;
}
</style>
background-color css
<style>
a { background-color: #9CAD80; }
a { background-color: rgb(156,173,128); }
div.DivClassName
{
background-color: #9CAD80;
}
.BgClassName
{
background-color: #9CAD80;
}
</style>
border-color css
<style>
span { border-color: #9CAD80; }
span { border-color: rgb(156,173,128); }
td.TdClassName
{
border-color: #9CAD80;
}
.TagClassName
{
border-color: #9CAD80;
}
</style>