Shades of Olivine #9ABD7D
Tints of Olivine #9ABD7D
RGB
CMYK
RGB Variations
Color information
#9ABD7D (or 0x9ABD7D) is known color: Olivine. HEX triplet: 9A, BD and 7D. RGB value is (154,189,125). Sum of RGB (Red+Green+Blue) = 154+189+125=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD7D is #654282. Grayscale: #ABABAB. Windows color (decimal): -6636163 or 8240538. OLE color: 8240538.
HSL color Cylindrical-coordinate representation of color #9ABD7D: hue angle of 92.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ABD7D is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 125 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.26 |
| HSL | 92.81º | 0.33% | 0.62% | - |
| HSV(B) | 92.81º | 0.34% | 0.74% | - |
| XYZ | 35.23 | 44.75 | 26.18 | - |
| YUV | 171.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 125 | 0.19 | 0 | 0.34 | 0.26 | 92.81 | 0.33 | 0.62 |
| Hex | 9A | BD | 7D | 13 | 0 | 22 | 1A | 5D | 21 | 3E |
| Octal | 232 | 275 | 175 | 23 | 0 | 42 | 32 | 135 | 41 | 76 |
| Binary | 10011010 | 10111101 | 1111101 | 10011 | 0 | 100010 | 11010 | 1011101 | 100001 | 111110 |
Color Harmonies of #9ABD7D
Complementary color
Monochromatic Colors of #9ABD7D
Black with #9ABD7D
Text Example
Text Example
White with #9ABD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD7D; }
p { color: rgb(154,189,125); }
H1.HeaderClassName
{
color: #9ABD7D;
}
.AnyTagClassName
{
color: #9ABD7D;
}
</style>
background-color css
<style>
a { background-color: #9ABD7D; }
a { background-color: rgb(154,189,125); }
div.DivClassName
{
background-color: #9ABD7D;
}
.BgClassName
{
background-color: #9ABD7D;
}
</style>
border-color css
<style>
span { border-color: #9ABD7D; }
span { border-color: rgb(154,189,125); }
td.TdClassName
{
border-color: #9ABD7D;
}
.TagClassName
{
border-color: #9ABD7D;
}
</style>