Shades of Olivine #99BC67
Tints of Olivine #99BC67
RGB
CMYK
RGB Variations
Color information
#99BC67 (or 0x99BC67) is known color: Olivine. HEX triplet: 99, BC and 67. RGB value is (153,188,103). Sum of RGB (Red+Green+Blue) = 153+188+103=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC67 is #664398. Grayscale: #A8A8A8. Windows color (decimal): -6701977 or 6798489. OLE color: 6798489.
HSL color Cylindrical-coordinate representation of color #99BC67: hue angle of 84.71º 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 #99BC67 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 103 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.26 |
| HSL | 84.71º | 0.39% | 0.57% | - |
| HSV(B) | 84.71º | 0.45% | 0.74% | - |
| XYZ | 33.57 | 43.72 | 19.5 | - |
| YUV | 167.85 | 91.4 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 103 | 0.19 | 0 | 0.45 | 0.26 | 84.71 | 0.39 | 0.57 |
| Hex | 99 | BC | 67 | 13 | 0 | 2D | 1A | 55 | 27 | 39 |
| Octal | 231 | 274 | 147 | 23 | 0 | 55 | 32 | 125 | 47 | 71 |
| Binary | 10011001 | 10111100 | 1100111 | 10011 | 0 | 101101 | 11010 | 1010101 | 100111 | 111001 |
Color Harmonies of #99BC67
Complementary color
Monochromatic Colors of #99BC67
Black with #99BC67
Text Example
Text Example
White with #99BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC67; }
p { color: rgb(153,188,103); }
H1.HeaderClassName
{
color: #99BC67;
}
.AnyTagClassName
{
color: #99BC67;
}
</style>
background-color css
<style>
a { background-color: #99BC67; }
a { background-color: rgb(153,188,103); }
div.DivClassName
{
background-color: #99BC67;
}
.BgClassName
{
background-color: #99BC67;
}
</style>
border-color css
<style>
span { border-color: #99BC67; }
span { border-color: rgb(153,188,103); }
td.TdClassName
{
border-color: #99BC67;
}
.TagClassName
{
border-color: #99BC67;
}
</style>