Shades of Olivine #99CD64
Tints of Olivine #99CD64
RGB
CMYK
RGB Variations
Color information
#99CD64 (or 0x99CD64) is known color: Olivine. HEX triplet: 99, CD and 64. RGB value is (153,205,100). Sum of RGB (Red+Green+Blue) = 153+205+100=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CD64 is #66329B. Grayscale: #B1B1B1. Windows color (decimal): -6697628 or 6606233. OLE color: 6606233.
HSL color Cylindrical-coordinate representation of color #99CD64: hue angle of 89.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99CD64 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 205 | 100 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.20 |
| HSL | 89.71º | 0.51% | 0.6% | - |
| HSV(B) | 89.71º | 0.51% | 0.8% | - |
| XYZ | 37.27 | 51.36 | 20 | - |
| YUV | 177.48 | 84.27 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 100 | 0.25 | 0 | 0.51 | 0.20 | 89.71 | 0.51 | 0.6 |
| Hex | 99 | CD | 64 | 19 | 0 | 33 | 14 | 5A | 33 | 3C |
| Octal | 231 | 315 | 144 | 31 | 0 | 63 | 24 | 132 | 63 | 74 |
| Binary | 10011001 | 11001101 | 1100100 | 11001 | 0 | 110011 | 10100 | 1011010 | 110011 | 111100 |
Color Harmonies of #99CD64
Complementary color
Monochromatic Colors of #99CD64
Black with #99CD64
Text Example
Text Example
White with #99CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CD64; }
p { color: rgb(153,205,100); }
H1.HeaderClassName
{
color: #99CD64;
}
.AnyTagClassName
{
color: #99CD64;
}
</style>
background-color css
<style>
a { background-color: #99CD64; }
a { background-color: rgb(153,205,100); }
div.DivClassName
{
background-color: #99CD64;
}
.BgClassName
{
background-color: #99CD64;
}
</style>
border-color css
<style>
span { border-color: #99CD64; }
span { border-color: rgb(153,205,100); }
td.TdClassName
{
border-color: #99CD64;
}
.TagClassName
{
border-color: #99CD64;
}
</style>