Shades of Olivine #9AB371
Tints of Olivine #9AB371
RGB
CMYK
RGB Variations
Color information
#9AB371 (or 0x9AB371) is known color: Olivine. HEX triplet: 9A, B3 and 71. RGB value is (154,179,113). Sum of RGB (Red+Green+Blue) = 154+179+113=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB371 is #654C8E. Grayscale: #A4A4A4. Windows color (decimal): -6638735 or 7451546. OLE color: 7451546.
HSL color Cylindrical-coordinate representation of color #9AB371: hue angle of 82.73º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AB371 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 113 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.30 |
| HSL | 82.73º | 0.3% | 0.57% | - |
| HSV(B) | 82.73º | 0.37% | 0.7% | - |
| XYZ | 32.43 | 40.3 | 21.69 | - |
| YUV | 164 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 113 | 0.14 | 0 | 0.37 | 0.30 | 82.73 | 0.3 | 0.57 |
| Hex | 9A | B3 | 71 | E | 0 | 25 | 1E | 53 | 1E | 39 |
| Octal | 232 | 263 | 161 | 16 | 0 | 45 | 36 | 123 | 36 | 71 |
| Binary | 10011010 | 10110011 | 1110001 | 1110 | 0 | 100101 | 11110 | 1010011 | 11110 | 111001 |
Color Harmonies of #9AB371
Complementary color
Monochromatic Colors of #9AB371
Black with #9AB371
Text Example
Text Example
White with #9AB371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB371; }
p { color: rgb(154,179,113); }
H1.HeaderClassName
{
color: #9AB371;
}
.AnyTagClassName
{
color: #9AB371;
}
</style>
background-color css
<style>
a { background-color: #9AB371; }
a { background-color: rgb(154,179,113); }
div.DivClassName
{
background-color: #9AB371;
}
.BgClassName
{
background-color: #9AB371;
}
</style>
border-color css
<style>
span { border-color: #9AB371; }
span { border-color: rgb(154,179,113); }
td.TdClassName
{
border-color: #9AB371;
}
.TagClassName
{
border-color: #9AB371;
}
</style>