Shades of Olivine #99BC68
Tints of Olivine #99BC68
RGB
CMYK
RGB Variations
Color information
#99BC68 (or 0x99BC68) is known color: Olivine. HEX triplet: 99, BC and 68. RGB value is (153,188,104). Sum of RGB (Red+Green+Blue) = 153+188+104=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC68 is #664397. Grayscale: #A8A8A8. Windows color (decimal): -6701976 or 6864025. OLE color: 6864025.
HSL color Cylindrical-coordinate representation of color #99BC68: hue angle of 85º 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 #99BC68 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 104 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.26 |
| HSL | 85º | 0.39% | 0.57% | - |
| HSV(B) | 85º | 0.45% | 0.74% | - |
| XYZ | 33.62 | 43.74 | 19.77 | - |
| YUV | 167.96 | 91.9 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 104 | 0.19 | 0 | 0.45 | 0.26 | 85 | 0.39 | 0.57 |
| Hex | 99 | BC | 68 | 13 | 0 | 2D | 1A | 55 | 27 | 39 |
| Octal | 231 | 274 | 150 | 23 | 0 | 55 | 32 | 125 | 47 | 71 |
| Binary | 10011001 | 10111100 | 1101000 | 10011 | 0 | 101101 | 11010 | 1010101 | 100111 | 111001 |
Color Harmonies of #99BC68
Complementary color
Monochromatic Colors of #99BC68
Black with #99BC68
Text Example
Text Example
White with #99BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC68; }
p { color: rgb(153,188,104); }
H1.HeaderClassName
{
color: #99BC68;
}
.AnyTagClassName
{
color: #99BC68;
}
</style>
background-color css
<style>
a { background-color: #99BC68; }
a { background-color: rgb(153,188,104); }
div.DivClassName
{
background-color: #99BC68;
}
.BgClassName
{
background-color: #99BC68;
}
</style>
border-color css
<style>
span { border-color: #99BC68; }
span { border-color: rgb(153,188,104); }
td.TdClassName
{
border-color: #99BC68;
}
.TagClassName
{
border-color: #99BC68;
}
</style>