Shades of Olivine #9AB87D
Tints of Olivine #9AB87D
RGB
CMYK
RGB Variations
Color information
#9AB87D (or 0x9AB87D) is known color: Olivine. HEX triplet: 9A, B8 and 7D. RGB value is (154,184,125). Sum of RGB (Red+Green+Blue) = 154+184+125=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB87D is #654782. Grayscale: #A8A8A8. Windows color (decimal): -6637443 or 8239258. OLE color: 8239258.
HSL color Cylindrical-coordinate representation of color #9AB87D: hue angle of 90.51º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AB87D is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 125 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.28 |
| HSL | 90.51º | 0.29% | 0.61% | - |
| HSV(B) | 90.51º | 0.32% | 0.72% | - |
| XYZ | 34.17 | 42.63 | 25.83 | - |
| YUV | 168.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 125 | 0.16 | 0 | 0.32 | 0.28 | 90.51 | 0.29 | 0.61 |
| Hex | 9A | B8 | 7D | 10 | 0 | 20 | 1C | 5B | 1D | 3D |
| Octal | 232 | 270 | 175 | 20 | 0 | 40 | 34 | 133 | 35 | 75 |
| Binary | 10011010 | 10111000 | 1111101 | 10000 | 0 | 100000 | 11100 | 1011011 | 11101 | 111101 |
Color Harmonies of #9AB87D
Complementary color
Monochromatic Colors of #9AB87D
Black with #9AB87D
Text Example
Text Example
White with #9AB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB87D; }
p { color: rgb(154,184,125); }
H1.HeaderClassName
{
color: #9AB87D;
}
.AnyTagClassName
{
color: #9AB87D;
}
</style>
background-color css
<style>
a { background-color: #9AB87D; }
a { background-color: rgb(154,184,125); }
div.DivClassName
{
background-color: #9AB87D;
}
.BgClassName
{
background-color: #9AB87D;
}
</style>
border-color css
<style>
span { border-color: #9AB87D; }
span { border-color: rgb(154,184,125); }
td.TdClassName
{
border-color: #9AB87D;
}
.TagClassName
{
border-color: #9AB87D;
}
</style>