Shades of Olivine #99D062
Tints of Olivine #99D062
RGB
CMYK
RGB Variations
Color information
#99D062 (or 0x99D062) is known color: Olivine. HEX triplet: 99, D0 and 62. RGB value is (153,208,98). Sum of RGB (Red+Green+Blue) = 153+208+98=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #99D062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D062 is #662F9D. Grayscale: #B3B3B3. Windows color (decimal): -6696862 or 6475929. OLE color: 6475929.
HSL color Cylindrical-coordinate representation of color #99D062: hue angle of 90º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99D062 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 98 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.18 |
| HSL | 90º | 0.54% | 0.6% | - |
| HSV(B) | 90º | 0.53% | 0.82% | - |
| XYZ | 37.9 | 52.77 | 19.74 | - |
| YUV | 179.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 98 | 0.26 | 0 | 0.53 | 0.18 | 90 | 0.54 | 0.6 |
| Hex | 99 | D0 | 62 | 1A | 0 | 35 | 12 | 5A | 36 | 3C |
| Octal | 231 | 320 | 142 | 32 | 0 | 65 | 22 | 132 | 66 | 74 |
| Binary | 10011001 | 11010000 | 1100010 | 11010 | 0 | 110101 | 10010 | 1011010 | 110110 | 111100 |
Color Harmonies of #99D062
Complementary color
Monochromatic Colors of #99D062
Black with #99D062
Text Example
Text Example
White with #99D062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D062; }
p { color: rgb(153,208,98); }
H1.HeaderClassName
{
color: #99D062;
}
.AnyTagClassName
{
color: #99D062;
}
</style>
background-color css
<style>
a { background-color: #99D062; }
a { background-color: rgb(153,208,98); }
div.DivClassName
{
background-color: #99D062;
}
.BgClassName
{
background-color: #99D062;
}
</style>
border-color css
<style>
span { border-color: #99D062; }
span { border-color: rgb(153,208,98); }
td.TdClassName
{
border-color: #99D062;
}
.TagClassName
{
border-color: #99D062;
}
</style>