Shades of Olivine #99B878
Tints of Olivine #99B878
RGB
CMYK
RGB Variations
Color information
#99B878 (or 0x99B878) is known color: Olivine. HEX triplet: 99, B8 and 78. RGB value is (153,184,120). Sum of RGB (Red+Green+Blue) = 153+184+120=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #99B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B878 is #664787. Grayscale: #A7A7A7. Windows color (decimal): -6702984 or 7911577. OLE color: 7911577.
HSL color Cylindrical-coordinate representation of color #99B878: hue angle of 89.06º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99B878 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 184 | 120 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.28 |
| HSL | 89.06º | 0.31% | 0.6% | - |
| HSV(B) | 89.06º | 0.35% | 0.72% | - |
| XYZ | 33.67 | 42.41 | 24.18 | - |
| YUV | 167.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 184 | 120 | 0.17 | 0 | 0.35 | 0.28 | 89.06 | 0.31 | 0.6 |
| Hex | 99 | B8 | 78 | 11 | 0 | 23 | 1C | 59 | 1F | 3C |
| Octal | 231 | 270 | 170 | 21 | 0 | 43 | 34 | 131 | 37 | 74 |
| Binary | 10011001 | 10111000 | 1111000 | 10001 | 0 | 100011 | 11100 | 1011001 | 11111 | 111100 |
Color Harmonies of #99B878
Complementary color
Monochromatic Colors of #99B878
Black with #99B878
Text Example
Text Example
White with #99B878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B878; }
p { color: rgb(153,184,120); }
H1.HeaderClassName
{
color: #99B878;
}
.AnyTagClassName
{
color: #99B878;
}
</style>
background-color css
<style>
a { background-color: #99B878; }
a { background-color: rgb(153,184,120); }
div.DivClassName
{
background-color: #99B878;
}
.BgClassName
{
background-color: #99B878;
}
</style>
border-color css
<style>
span { border-color: #99B878; }
span { border-color: rgb(153,184,120); }
td.TdClassName
{
border-color: #99B878;
}
.TagClassName
{
border-color: #99B878;
}
</style>