Shades of Olivine #9ABE78
Tints of Olivine #9ABE78
RGB
CMYK
RGB Variations
Color information
#9ABE78 (or 0x9ABE78) is known color: Olivine. HEX triplet: 9A, BE and 78. RGB value is (154,190,120). Sum of RGB (Red+Green+Blue) = 154+190+120=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE78 is #654187. Grayscale: #ABABAB. Windows color (decimal): -6635912 or 7913114. OLE color: 7913114.
HSL color Cylindrical-coordinate representation of color #9ABE78: hue angle of 90.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ABE78 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 120 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.25 |
| HSL | 90.86º | 0.35% | 0.61% | - |
| HSV(B) | 90.86º | 0.37% | 0.75% | - |
| XYZ | 35.13 | 45.05 | 24.61 | - |
| YUV | 171.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 120 | 0.19 | 0 | 0.37 | 0.25 | 90.86 | 0.35 | 0.61 |
| Hex | 9A | BE | 78 | 13 | 0 | 25 | 19 | 5B | 23 | 3D |
| Octal | 232 | 276 | 170 | 23 | 0 | 45 | 31 | 133 | 43 | 75 |
| Binary | 10011010 | 10111110 | 1111000 | 10011 | 0 | 100101 | 11001 | 1011011 | 100011 | 111101 |
Color Harmonies of #9ABE78
Complementary color
Monochromatic Colors of #9ABE78
Black with #9ABE78
Text Example
Text Example
White with #9ABE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE78; }
p { color: rgb(154,190,120); }
H1.HeaderClassName
{
color: #9ABE78;
}
.AnyTagClassName
{
color: #9ABE78;
}
</style>
background-color css
<style>
a { background-color: #9ABE78; }
a { background-color: rgb(154,190,120); }
div.DivClassName
{
background-color: #9ABE78;
}
.BgClassName
{
background-color: #9ABE78;
}
</style>
border-color css
<style>
span { border-color: #9ABE78; }
span { border-color: rgb(154,190,120); }
td.TdClassName
{
border-color: #9ABE78;
}
.TagClassName
{
border-color: #9ABE78;
}
</style>