Shades of Olivine #99CA64
Tints of Olivine #99CA64
RGB
CMYK
RGB Variations
Color information
#99CA64 (or 0x99CA64) is known color: Olivine. HEX triplet: 99, CA and 64. RGB value is (153,202,100). Sum of RGB (Red+Green+Blue) = 153+202+100=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA64 is #66359B. Grayscale: #B0B0B0. Windows color (decimal): -6698396 or 6605465. OLE color: 6605465.
HSL color Cylindrical-coordinate representation of color #99CA64: hue angle of 88.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99CA64 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 100 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.21 |
| HSL | 88.82º | 0.49% | 0.59% | - |
| HSV(B) | 88.82º | 0.5% | 0.79% | - |
| XYZ | 36.56 | 49.93 | 19.77 | - |
| YUV | 175.72 | 85.27 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 100 | 0.24 | 0 | 0.50 | 0.21 | 88.82 | 0.49 | 0.59 |
| Hex | 99 | CA | 64 | 18 | 0 | 32 | 15 | 59 | 31 | 3B |
| Octal | 231 | 312 | 144 | 30 | 0 | 62 | 25 | 131 | 61 | 73 |
| Binary | 10011001 | 11001010 | 1100100 | 11000 | 0 | 110010 | 10101 | 1011001 | 110001 | 111011 |
Color Harmonies of #99CA64
Complementary color
Monochromatic Colors of #99CA64
Black with #99CA64
Text Example
Text Example
White with #99CA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA64; }
p { color: rgb(153,202,100); }
H1.HeaderClassName
{
color: #99CA64;
}
.AnyTagClassName
{
color: #99CA64;
}
</style>
background-color css
<style>
a { background-color: #99CA64; }
a { background-color: rgb(153,202,100); }
div.DivClassName
{
background-color: #99CA64;
}
.BgClassName
{
background-color: #99CA64;
}
</style>
border-color css
<style>
span { border-color: #99CA64; }
span { border-color: rgb(153,202,100); }
td.TdClassName
{
border-color: #99CA64;
}
.TagClassName
{
border-color: #99CA64;
}
</style>