Shades of Olivine #9AB579
Tints of Olivine #9AB579
RGB
CMYK
RGB Variations
Color information
#9AB579 (or 0x9AB579) is known color: Olivine. HEX triplet: 9A, B5 and 79. RGB value is (154,181,121). Sum of RGB (Red+Green+Blue) = 154+181+121=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB579 is #654A86. Grayscale: #A6A6A6. Windows color (decimal): -6638215 or 7976346. OLE color: 7976346.
HSL color Cylindrical-coordinate representation of color #9AB579: hue angle of 87º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AB579 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 121 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.29 |
| HSL | 87º | 0.29% | 0.59% | - |
| HSV(B) | 87º | 0.33% | 0.71% | - |
| XYZ | 33.3 | 41.3 | 24.31 | - |
| YUV | 166.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 121 | 0.15 | 0 | 0.33 | 0.29 | 87 | 0.29 | 0.59 |
| Hex | 9A | B5 | 79 | F | 0 | 21 | 1D | 57 | 1D | 3B |
| Octal | 232 | 265 | 171 | 17 | 0 | 41 | 35 | 127 | 35 | 73 |
| Binary | 10011010 | 10110101 | 1111001 | 1111 | 0 | 100001 | 11101 | 1010111 | 11101 | 111011 |
Color Harmonies of #9AB579
Complementary color
Monochromatic Colors of #9AB579
Black with #9AB579
Text Example
Text Example
White with #9AB579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB579; }
p { color: rgb(154,181,121); }
H1.HeaderClassName
{
color: #9AB579;
}
.AnyTagClassName
{
color: #9AB579;
}
</style>
background-color css
<style>
a { background-color: #9AB579; }
a { background-color: rgb(154,181,121); }
div.DivClassName
{
background-color: #9AB579;
}
.BgClassName
{
background-color: #9AB579;
}
</style>
border-color css
<style>
span { border-color: #9AB579; }
span { border-color: rgb(154,181,121); }
td.TdClassName
{
border-color: #9AB579;
}
.TagClassName
{
border-color: #9AB579;
}
</style>