Shades of Olivine #99CE70
Tints of Olivine #99CE70
RGB
CMYK
RGB Variations
Color information
#99CE70 (or 0x99CE70) is known color: Olivine. HEX triplet: 99, CE and 70. RGB value is (153,206,112). Sum of RGB (Red+Green+Blue) = 153+206+112=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CE70 is #66318F. Grayscale: #B3B3B3. Windows color (decimal): -6697360 or 7392921. OLE color: 7392921.
HSL color Cylindrical-coordinate representation of color #99CE70: hue angle of 93.83º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99CE70 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 112 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.19 |
| HSL | 93.83º | 0.49% | 0.62% | - |
| HSV(B) | 93.83º | 0.46% | 0.81% | - |
| XYZ | 38.13 | 52.08 | 23.37 | - |
| YUV | 179.44 | 89.94 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 112 | 0.26 | 0 | 0.46 | 0.19 | 93.83 | 0.49 | 0.62 |
| Hex | 99 | CE | 70 | 1A | 0 | 2E | 13 | 5E | 31 | 3E |
| Octal | 231 | 316 | 160 | 32 | 0 | 56 | 23 | 136 | 61 | 76 |
| Binary | 10011001 | 11001110 | 1110000 | 11010 | 0 | 101110 | 10011 | 1011110 | 110001 | 111110 |
Color Harmonies of #99CE70
Complementary color
Monochromatic Colors of #99CE70
Black with #99CE70
Text Example
Text Example
White with #99CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE70; }
p { color: rgb(153,206,112); }
H1.HeaderClassName
{
color: #99CE70;
}
.AnyTagClassName
{
color: #99CE70;
}
</style>
background-color css
<style>
a { background-color: #99CE70; }
a { background-color: rgb(153,206,112); }
div.DivClassName
{
background-color: #99CE70;
}
.BgClassName
{
background-color: #99CE70;
}
</style>
border-color css
<style>
span { border-color: #99CE70; }
span { border-color: rgb(153,206,112); }
td.TdClassName
{
border-color: #99CE70;
}
.TagClassName
{
border-color: #99CE70;
}
</style>