Shades of Olivine #99BD68
Tints of Olivine #99BD68
RGB
CMYK
RGB Variations
Color information
#99BD68 (or 0x99BD68) is known color: Olivine. HEX triplet: 99, BD and 68. RGB value is (153,189,104). Sum of RGB (Red+Green+Blue) = 153+189+104=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD68 is #664297. Grayscale: #A8A8A8. Windows color (decimal): -6701720 or 6864281. OLE color: 6864281.
HSL color Cylindrical-coordinate representation of color #99BD68: hue angle of 85.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99BD68 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 104 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.26 |
| HSL | 85.41º | 0.39% | 0.57% | - |
| HSV(B) | 85.41º | 0.45% | 0.74% | - |
| XYZ | 33.83 | 44.17 | 19.84 | - |
| YUV | 168.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 104 | 0.19 | 0 | 0.45 | 0.26 | 85.41 | 0.39 | 0.57 |
| Hex | 99 | BD | 68 | 13 | 0 | 2D | 1A | 55 | 27 | 39 |
| Octal | 231 | 275 | 150 | 23 | 0 | 55 | 32 | 125 | 47 | 71 |
| Binary | 10011001 | 10111101 | 1101000 | 10011 | 0 | 101101 | 11010 | 1010101 | 100111 | 111001 |
Color Harmonies of #99BD68
Complementary color
Monochromatic Colors of #99BD68
Black with #99BD68
Text Example
Text Example
White with #99BD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD68; }
p { color: rgb(153,189,104); }
H1.HeaderClassName
{
color: #99BD68;
}
.AnyTagClassName
{
color: #99BD68;
}
</style>
background-color css
<style>
a { background-color: #99BD68; }
a { background-color: rgb(153,189,104); }
div.DivClassName
{
background-color: #99BD68;
}
.BgClassName
{
background-color: #99BD68;
}
</style>
border-color css
<style>
span { border-color: #99BD68; }
span { border-color: rgb(153,189,104); }
td.TdClassName
{
border-color: #99BD68;
}
.TagClassName
{
border-color: #99BD68;
}
</style>