Shades of Olivine #99C666
Tints of Olivine #99C666
RGB
CMYK
RGB Variations
Color information
#99C666 (or 0x99C666) is known color: Olivine. HEX triplet: 99, C6 and 66. RGB value is (153,198,102). Sum of RGB (Red+Green+Blue) = 153+198+102=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #99C666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C666 is #663999. Grayscale: #ADADAD. Windows color (decimal): -6699418 or 6735513. OLE color: 6735513.
HSL color Cylindrical-coordinate representation of color #99C666: hue angle of 88.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99C666 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 102 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.22 |
| HSL | 88.13º | 0.46% | 0.59% | - |
| HSV(B) | 88.13º | 0.48% | 0.78% | - |
| XYZ | 35.73 | 48.12 | 19.98 | - |
| YUV | 173.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 102 | 0.23 | 0 | 0.48 | 0.22 | 88.13 | 0.46 | 0.59 |
| Hex | 99 | C6 | 66 | 17 | 0 | 30 | 16 | 58 | 2E | 3B |
| Octal | 231 | 306 | 146 | 27 | 0 | 60 | 26 | 130 | 56 | 73 |
| Binary | 10011001 | 11000110 | 1100110 | 10111 | 0 | 110000 | 10110 | 1011000 | 101110 | 111011 |
Color Harmonies of #99C666
Complementary color
Monochromatic Colors of #99C666
Black with #99C666
Text Example
Text Example
White with #99C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C666; }
p { color: rgb(153,198,102); }
H1.HeaderClassName
{
color: #99C666;
}
.AnyTagClassName
{
color: #99C666;
}
</style>
background-color css
<style>
a { background-color: #99C666; }
a { background-color: rgb(153,198,102); }
div.DivClassName
{
background-color: #99C666;
}
.BgClassName
{
background-color: #99C666;
}
</style>
border-color css
<style>
span { border-color: #99C666; }
span { border-color: rgb(153,198,102); }
td.TdClassName
{
border-color: #99C666;
}
.TagClassName
{
border-color: #99C666;
}
</style>