Shades of Olivine #9AB479
Tints of Olivine #9AB479
RGB
CMYK
RGB Variations
Color information
#9AB479 (or 0x9AB479) is known color: Olivine. HEX triplet: 9A, B4 and 79. RGB value is (154,180,121). Sum of RGB (Red+Green+Blue) = 154+180+121=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB479 is #654B86. Grayscale: #A5A5A5. Windows color (decimal): -6638471 or 7976090. OLE color: 7976090.
HSL color Cylindrical-coordinate representation of color #9AB479: hue angle of 86.44º degrees, saturation: 0.28, 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 #9AB479 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 121 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.29 |
| HSL | 86.44º | 0.28% | 0.59% | - |
| HSV(B) | 86.44º | 0.33% | 0.71% | - |
| XYZ | 33.1 | 40.89 | 24.24 | - |
| YUV | 165.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 121 | 0.14 | 0 | 0.33 | 0.29 | 86.44 | 0.28 | 0.59 |
| Hex | 9A | B4 | 79 | E | 0 | 21 | 1D | 56 | 1C | 3B |
| Octal | 232 | 264 | 171 | 16 | 0 | 41 | 35 | 126 | 34 | 73 |
| Binary | 10011010 | 10110100 | 1111001 | 1110 | 0 | 100001 | 11101 | 1010110 | 11100 | 111011 |
Color Harmonies of #9AB479
Complementary color
Monochromatic Colors of #9AB479
Black with #9AB479
Text Example
Text Example
White with #9AB479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB479; }
p { color: rgb(154,180,121); }
H1.HeaderClassName
{
color: #9AB479;
}
.AnyTagClassName
{
color: #9AB479;
}
</style>
background-color css
<style>
a { background-color: #9AB479; }
a { background-color: rgb(154,180,121); }
div.DivClassName
{
background-color: #9AB479;
}
.BgClassName
{
background-color: #9AB479;
}
</style>
border-color css
<style>
span { border-color: #9AB479; }
span { border-color: rgb(154,180,121); }
td.TdClassName
{
border-color: #9AB479;
}
.TagClassName
{
border-color: #9AB479;
}
</style>