Shades of Olivine #9AB37A
Tints of Olivine #9AB37A
RGB
CMYK
RGB Variations
Color information
#9AB37A (or 0x9AB37A) is known color: Olivine. HEX triplet: 9A, B3 and 7A. RGB value is (154,179,122). Sum of RGB (Red+Green+Blue) = 154+179+122=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB37A is #654C85. Grayscale: #A5A5A5. Windows color (decimal): -6638726 or 8041370. OLE color: 8041370.
HSL color Cylindrical-coordinate representation of color #9AB37A: hue angle of 86.32º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AB37A is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 122 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.30 |
| HSL | 86.32º | 0.27% | 0.59% | - |
| HSV(B) | 86.32º | 0.32% | 0.7% | - |
| XYZ | 32.96 | 40.52 | 24.5 | - |
| YUV | 165.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 122 | 0.14 | 0 | 0.32 | 0.30 | 86.32 | 0.27 | 0.59 |
| Hex | 9A | B3 | 7A | E | 0 | 20 | 1E | 56 | 1B | 3B |
| Octal | 232 | 263 | 172 | 16 | 0 | 40 | 36 | 126 | 33 | 73 |
| Binary | 10011010 | 10110011 | 1111010 | 1110 | 0 | 100000 | 11110 | 1010110 | 11011 | 111011 |
Color Harmonies of #9AB37A
Complementary color
Monochromatic Colors of #9AB37A
Black with #9AB37A
Text Example
Text Example
White with #9AB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB37A; }
p { color: rgb(154,179,122); }
H1.HeaderClassName
{
color: #9AB37A;
}
.AnyTagClassName
{
color: #9AB37A;
}
</style>
background-color css
<style>
a { background-color: #9AB37A; }
a { background-color: rgb(154,179,122); }
div.DivClassName
{
background-color: #9AB37A;
}
.BgClassName
{
background-color: #9AB37A;
}
</style>
border-color css
<style>
span { border-color: #9AB37A; }
span { border-color: rgb(154,179,122); }
td.TdClassName
{
border-color: #9AB37A;
}
.TagClassName
{
border-color: #9AB37A;
}
</style>