Shades of Olivine #99CB71
Tints of Olivine #99CB71
RGB
CMYK
RGB Variations
Color information
#99CB71 (or 0x99CB71) is known color: Olivine. HEX triplet: 99, CB and 71. RGB value is (153,203,113). Sum of RGB (Red+Green+Blue) = 153+203+113=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CB71 is #66348E. Grayscale: #B2B2B2. Windows color (decimal): -6698127 or 7457689. OLE color: 7457689.
HSL color Cylindrical-coordinate representation of color #99CB71: hue angle of 93.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99CB71 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 113 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.20 |
| HSL | 93.33º | 0.46% | 0.62% | - |
| HSV(B) | 93.33º | 0.44% | 0.8% | - |
| XYZ | 37.47 | 50.68 | 23.43 | - |
| YUV | 177.79 | 91.44 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 113 | 0.25 | 0 | 0.44 | 0.20 | 93.33 | 0.46 | 0.62 |
| Hex | 99 | CB | 71 | 19 | 0 | 2C | 14 | 5D | 2E | 3E |
| Octal | 231 | 313 | 161 | 31 | 0 | 54 | 24 | 135 | 56 | 76 |
| Binary | 10011001 | 11001011 | 1110001 | 11001 | 0 | 101100 | 10100 | 1011101 | 101110 | 111110 |
Color Harmonies of #99CB71
Complementary color
Monochromatic Colors of #99CB71
Black with #99CB71
Text Example
Text Example
White with #99CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB71; }
p { color: rgb(153,203,113); }
H1.HeaderClassName
{
color: #99CB71;
}
.AnyTagClassName
{
color: #99CB71;
}
</style>
background-color css
<style>
a { background-color: #99CB71; }
a { background-color: rgb(153,203,113); }
div.DivClassName
{
background-color: #99CB71;
}
.BgClassName
{
background-color: #99CB71;
}
</style>
border-color css
<style>
span { border-color: #99CB71; }
span { border-color: rgb(153,203,113); }
td.TdClassName
{
border-color: #99CB71;
}
.TagClassName
{
border-color: #99CB71;
}
</style>