Shades of Olivine #9ABD79
Tints of Olivine #9ABD79
RGB
CMYK
RGB Variations
Color information
#9ABD79 (or 0x9ABD79) is known color: Olivine. HEX triplet: 9A, BD and 79. RGB value is (154,189,121). Sum of RGB (Red+Green+Blue) = 154+189+121=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD79 is #654286. Grayscale: #ABABAB. Windows color (decimal): -6636167 or 7978394. OLE color: 7978394.
HSL color Cylindrical-coordinate representation of color #9ABD79: hue angle of 90.88º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ABD79 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 121 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.26 |
| HSL | 90.88º | 0.34% | 0.61% | - |
| HSV(B) | 90.88º | 0.36% | 0.74% | - |
| XYZ | 34.98 | 44.65 | 24.86 | - |
| YUV | 170.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 121 | 0.19 | 0 | 0.36 | 0.26 | 90.88 | 0.34 | 0.61 |
| Hex | 9A | BD | 79 | 13 | 0 | 24 | 1A | 5B | 22 | 3D |
| Octal | 232 | 275 | 171 | 23 | 0 | 44 | 32 | 133 | 42 | 75 |
| Binary | 10011010 | 10111101 | 1111001 | 10011 | 0 | 100100 | 11010 | 1011011 | 100010 | 111101 |
Color Harmonies of #9ABD79
Complementary color
Monochromatic Colors of #9ABD79
Black with #9ABD79
Text Example
Text Example
White with #9ABD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD79; }
p { color: rgb(154,189,121); }
H1.HeaderClassName
{
color: #9ABD79;
}
.AnyTagClassName
{
color: #9ABD79;
}
</style>
background-color css
<style>
a { background-color: #9ABD79; }
a { background-color: rgb(154,189,121); }
div.DivClassName
{
background-color: #9ABD79;
}
.BgClassName
{
background-color: #9ABD79;
}
</style>
border-color css
<style>
span { border-color: #9ABD79; }
span { border-color: rgb(154,189,121); }
td.TdClassName
{
border-color: #9ABD79;
}
.TagClassName
{
border-color: #9ABD79;
}
</style>