Shades of Olivine #99B879
Tints of Olivine #99B879
RGB
CMYK
RGB Variations
Color information
#99B879 (or 0x99B879) is known color: Olivine. HEX triplet: 99, B8 and 79. RGB value is (153,184,121). Sum of RGB (Red+Green+Blue) = 153+184+121=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #99B879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B879 is #664786. Grayscale: #A7A7A7. Windows color (decimal): -6702983 or 7977113. OLE color: 7977113.
HSL color Cylindrical-coordinate representation of color #99B879: hue angle of 89.52º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99B879 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 184 | 121 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.28 |
| HSL | 89.52º | 0.31% | 0.6% | - |
| HSV(B) | 89.52º | 0.34% | 0.72% | - |
| XYZ | 33.73 | 42.43 | 24.5 | - |
| YUV | 167.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 184 | 121 | 0.17 | 0 | 0.34 | 0.28 | 89.52 | 0.31 | 0.6 |
| Hex | 99 | B8 | 79 | 11 | 0 | 22 | 1C | 5A | 1F | 3C |
| Octal | 231 | 270 | 171 | 21 | 0 | 42 | 34 | 132 | 37 | 74 |
| Binary | 10011001 | 10111000 | 1111001 | 10001 | 0 | 100010 | 11100 | 1011010 | 11111 | 111100 |
Color Harmonies of #99B879
Complementary color
Monochromatic Colors of #99B879
Black with #99B879
Text Example
Text Example
White with #99B879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B879; }
p { color: rgb(153,184,121); }
H1.HeaderClassName
{
color: #99B879;
}
.AnyTagClassName
{
color: #99B879;
}
</style>
background-color css
<style>
a { background-color: #99B879; }
a { background-color: rgb(153,184,121); }
div.DivClassName
{
background-color: #99B879;
}
.BgClassName
{
background-color: #99B879;
}
</style>
border-color css
<style>
span { border-color: #99B879; }
span { border-color: rgb(153,184,121); }
td.TdClassName
{
border-color: #99B879;
}
.TagClassName
{
border-color: #99B879;
}
</style>