Shades of Olivine #9AAC82
Tints of Olivine #9AAC82
RGB
CMYK
RGB Variations
Color information
#9AAC82 (or 0x9AAC82) is known color: Olivine. HEX triplet: 9A, AC and 82. RGB value is (154,172,130). Sum of RGB (Red+Green+Blue) = 154+172+130=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAC82 is #65537D. Grayscale: #A1A1A1. Windows color (decimal): -6640510 or 8563866. OLE color: 8563866.
HSL color Cylindrical-coordinate representation of color #9AAC82: hue angle of 85.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AAC82 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 130 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.33 |
| HSL | 85.71º | 0.2% | 0.59% | - |
| HSV(B) | 85.71º | 0.24% | 0.67% | - |
| XYZ | 32.11 | 37.99 | 26.76 | - |
| YUV | 161.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 130 | 0.10 | 0 | 0.24 | 0.33 | 85.71 | 0.2 | 0.59 |
| Hex | 9A | AC | 82 | A | 0 | 18 | 21 | 56 | 14 | 3B |
| Octal | 232 | 254 | 202 | 12 | 0 | 30 | 41 | 126 | 24 | 73 |
| Binary | 10011010 | 10101100 | 10000010 | 1010 | 0 | 11000 | 100001 | 1010110 | 10100 | 111011 |
Color Harmonies of #9AAC82
Complementary color
Monochromatic Colors of #9AAC82
Black with #9AAC82
Text Example
Text Example
White with #9AAC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC82; }
p { color: rgb(154,172,130); }
H1.HeaderClassName
{
color: #9AAC82;
}
.AnyTagClassName
{
color: #9AAC82;
}
</style>
background-color css
<style>
a { background-color: #9AAC82; }
a { background-color: rgb(154,172,130); }
div.DivClassName
{
background-color: #9AAC82;
}
.BgClassName
{
background-color: #9AAC82;
}
</style>
border-color css
<style>
span { border-color: #9AAC82; }
span { border-color: rgb(154,172,130); }
td.TdClassName
{
border-color: #9AAC82;
}
.TagClassName
{
border-color: #9AAC82;
}
</style>