Shades of Olivine #99C260
Tints of Olivine #99C260
RGB
CMYK
RGB Variations
Color information
#99C260 (or 0x99C260) is known color: Olivine. HEX triplet: 99, C2 and 60. RGB value is (153,194,96). Sum of RGB (Red+Green+Blue) = 153+194+96=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #99C260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C260 is #663D9F. Grayscale: #AAAAAA. Windows color (decimal): -6700448 or 6341273. OLE color: 6341273.
HSL color Cylindrical-coordinate representation of color #99C260: hue angle of 85.1º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99C260 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 96 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.24 |
| HSL | 85.1º | 0.45% | 0.57% | - |
| HSV(B) | 85.1º | 0.51% | 0.76% | - |
| XYZ | 34.54 | 46.2 | 18.16 | - |
| YUV | 170.57 | 85.92 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 96 | 0.21 | 0 | 0.51 | 0.24 | 85.1 | 0.45 | 0.57 |
| Hex | 99 | C2 | 60 | 15 | 0 | 33 | 18 | 55 | 2D | 39 |
| Octal | 231 | 302 | 140 | 25 | 0 | 63 | 30 | 125 | 55 | 71 |
| Binary | 10011001 | 11000010 | 1100000 | 10101 | 0 | 110011 | 11000 | 1010101 | 101101 | 111001 |
Color Harmonies of #99C260
Complementary color
Monochromatic Colors of #99C260
Black with #99C260
Text Example
Text Example
White with #99C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C260; }
p { color: rgb(153,194,96); }
H1.HeaderClassName
{
color: #99C260;
}
.AnyTagClassName
{
color: #99C260;
}
</style>
background-color css
<style>
a { background-color: #99C260; }
a { background-color: rgb(153,194,96); }
div.DivClassName
{
background-color: #99C260;
}
.BgClassName
{
background-color: #99C260;
}
</style>
border-color css
<style>
span { border-color: #99C260; }
span { border-color: rgb(153,194,96); }
td.TdClassName
{
border-color: #99C260;
}
.TagClassName
{
border-color: #99C260;
}
</style>