Shades of Olivine #99CB70
Tints of Olivine #99CB70
RGB
CMYK
RGB Variations
Color information
#99CB70 (or 0x99CB70) is known color: Olivine. HEX triplet: 99, CB and 70. RGB value is (153,203,112). Sum of RGB (Red+Green+Blue) = 153+203+112=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CB70 is #66348F. Grayscale: #B1B1B1. Windows color (decimal): -6698128 or 7392153. OLE color: 7392153.
HSL color Cylindrical-coordinate representation of color #99CB70: hue angle of 92.97º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99CB70 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 112 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.20 |
| HSL | 92.97º | 0.47% | 0.62% | - |
| HSV(B) | 92.97º | 0.45% | 0.8% | - |
| XYZ | 37.42 | 50.65 | 23.13 | - |
| YUV | 177.68 | 90.94 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 112 | 0.25 | 0 | 0.45 | 0.20 | 92.97 | 0.47 | 0.62 |
| Hex | 99 | CB | 70 | 19 | 0 | 2D | 14 | 5D | 2F | 3E |
| Octal | 231 | 313 | 160 | 31 | 0 | 55 | 24 | 135 | 57 | 76 |
| Binary | 10011001 | 11001011 | 1110000 | 11001 | 0 | 101101 | 10100 | 1011101 | 101111 | 111110 |
Color Harmonies of #99CB70
Complementary color
Monochromatic Colors of #99CB70
Black with #99CB70
Text Example
Text Example
White with #99CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB70; }
p { color: rgb(153,203,112); }
H1.HeaderClassName
{
color: #99CB70;
}
.AnyTagClassName
{
color: #99CB70;
}
</style>
background-color css
<style>
a { background-color: #99CB70; }
a { background-color: rgb(153,203,112); }
div.DivClassName
{
background-color: #99CB70;
}
.BgClassName
{
background-color: #99CB70;
}
</style>
border-color css
<style>
span { border-color: #99CB70; }
span { border-color: rgb(153,203,112); }
td.TdClassName
{
border-color: #99CB70;
}
.TagClassName
{
border-color: #99CB70;
}
</style>