Shades of Olivine #99B880
Tints of Olivine #99B880
RGB
CMYK
RGB Variations
Color information
#99B880 (or 0x99B880) is known color: Olivine. HEX triplet: 99, B8 and 80. RGB value is (153,184,128). Sum of RGB (Red+Green+Blue) = 153+184+128=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #99B880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B880 is #66477F. Grayscale: #A8A8A8. Windows color (decimal): -6702976 or 8435865. OLE color: 8435865.
HSL color Cylindrical-coordinate representation of color #99B880: hue angle of 93.21º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99B880 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 184 | 128 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.28 |
| HSL | 93.21º | 0.28% | 0.61% | - |
| HSV(B) | 93.21º | 0.3% | 0.72% | - |
| XYZ | 34.17 | 42.61 | 26.85 | - |
| YUV | 168.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 184 | 128 | 0.17 | 0 | 0.30 | 0.28 | 93.21 | 0.28 | 0.61 |
| Hex | 99 | B8 | 80 | 11 | 0 | 1E | 1C | 5D | 1C | 3D |
| Octal | 231 | 270 | 200 | 21 | 0 | 36 | 34 | 135 | 34 | 75 |
| Binary | 10011001 | 10111000 | 10000000 | 10001 | 0 | 11110 | 11100 | 1011101 | 11100 | 111101 |
Color Harmonies of #99B880
Complementary color
Monochromatic Colors of #99B880
Black with #99B880
Text Example
Text Example
White with #99B880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B880; }
p { color: rgb(153,184,128); }
H1.HeaderClassName
{
color: #99B880;
}
.AnyTagClassName
{
color: #99B880;
}
</style>
background-color css
<style>
a { background-color: #99B880; }
a { background-color: rgb(153,184,128); }
div.DivClassName
{
background-color: #99B880;
}
.BgClassName
{
background-color: #99B880;
}
</style>
border-color css
<style>
span { border-color: #99B880; }
span { border-color: rgb(153,184,128); }
td.TdClassName
{
border-color: #99B880;
}
.TagClassName
{
border-color: #99B880;
}
</style>