Shades of Olivine #99BD78
Tints of Olivine #99BD78
RGB
CMYK
RGB Variations
Color information
#99BD78 (or 0x99BD78) is known color: Olivine. HEX triplet: 99, BD and 78. RGB value is (153,189,120). Sum of RGB (Red+Green+Blue) = 153+189+120=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD78 is #664287. Grayscale: #AAAAAA. Windows color (decimal): -6701704 or 7912857. OLE color: 7912857.
HSL color Cylindrical-coordinate representation of color #99BD78: hue angle of 91.3º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99BD78 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 120 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.26 |
| HSL | 91.3º | 0.34% | 0.61% | - |
| HSV(B) | 91.3º | 0.37% | 0.74% | - |
| XYZ | 34.72 | 44.52 | 24.53 | - |
| YUV | 170.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 120 | 0.19 | 0 | 0.37 | 0.26 | 91.3 | 0.34 | 0.61 |
| Hex | 99 | BD | 78 | 13 | 0 | 25 | 1A | 5B | 22 | 3D |
| Octal | 231 | 275 | 170 | 23 | 0 | 45 | 32 | 133 | 42 | 75 |
| Binary | 10011001 | 10111101 | 1111000 | 10011 | 0 | 100101 | 11010 | 1011011 | 100010 | 111101 |
Color Harmonies of #99BD78
Complementary color
Monochromatic Colors of #99BD78
Black with #99BD78
Text Example
Text Example
White with #99BD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD78; }
p { color: rgb(153,189,120); }
H1.HeaderClassName
{
color: #99BD78;
}
.AnyTagClassName
{
color: #99BD78;
}
</style>
background-color css
<style>
a { background-color: #99BD78; }
a { background-color: rgb(153,189,120); }
div.DivClassName
{
background-color: #99BD78;
}
.BgClassName
{
background-color: #99BD78;
}
</style>
border-color css
<style>
span { border-color: #99BD78; }
span { border-color: rgb(153,189,120); }
td.TdClassName
{
border-color: #99BD78;
}
.TagClassName
{
border-color: #99BD78;
}
</style>