Shades of Olivine #99CF66
Tints of Olivine #99CF66
RGB
CMYK
RGB Variations
Color information
#99CF66 (or 0x99CF66) is known color: Olivine. HEX triplet: 99, CF and 66. RGB value is (153,207,102). Sum of RGB (Red+Green+Blue) = 153+207+102=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF66 is #663099. Grayscale: #B3B3B3. Windows color (decimal): -6697114 or 6737817. OLE color: 6737817.
HSL color Cylindrical-coordinate representation of color #99CF66: hue angle of 90.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99CF66 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 102 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.19 |
| HSL | 90.86º | 0.52% | 0.61% | - |
| HSV(B) | 90.86º | 0.51% | 0.81% | - |
| XYZ | 37.85 | 52.36 | 20.68 | - |
| YUV | 178.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 102 | 0.26 | 0 | 0.51 | 0.19 | 90.86 | 0.52 | 0.61 |
| Hex | 99 | CF | 66 | 1A | 0 | 33 | 13 | 5B | 34 | 3D |
| Octal | 231 | 317 | 146 | 32 | 0 | 63 | 23 | 133 | 64 | 75 |
| Binary | 10011001 | 11001111 | 1100110 | 11010 | 0 | 110011 | 10011 | 1011011 | 110100 | 111101 |
Color Harmonies of #99CF66
Complementary color
Monochromatic Colors of #99CF66
Black with #99CF66
Text Example
Text Example
White with #99CF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF66; }
p { color: rgb(153,207,102); }
H1.HeaderClassName
{
color: #99CF66;
}
.AnyTagClassName
{
color: #99CF66;
}
</style>
background-color css
<style>
a { background-color: #99CF66; }
a { background-color: rgb(153,207,102); }
div.DivClassName
{
background-color: #99CF66;
}
.BgClassName
{
background-color: #99CF66;
}
</style>
border-color css
<style>
span { border-color: #99CF66; }
span { border-color: rgb(153,207,102); }
td.TdClassName
{
border-color: #99CF66;
}
.TagClassName
{
border-color: #99CF66;
}
</style>