Shades of Olivine #99C166
Tints of Olivine #99C166
RGB
CMYK
RGB Variations
Color information
#99C166 (or 0x99C166) is known color: Olivine. HEX triplet: 99, C1 and 66. RGB value is (153,193,102). Sum of RGB (Red+Green+Blue) = 153+193+102=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #99C166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C166 is #663E99. Grayscale: #AAAAAA. Windows color (decimal): -6700698 or 6734233. OLE color: 6734233.
HSL color Cylindrical-coordinate representation of color #99C166: hue angle of 86.37º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99C166 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 102 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.24 |
| HSL | 86.37º | 0.42% | 0.58% | - |
| HSV(B) | 86.37º | 0.47% | 0.76% | - |
| XYZ | 34.61 | 45.87 | 19.6 | - |
| YUV | 170.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 102 | 0.21 | 0 | 0.47 | 0.24 | 86.37 | 0.42 | 0.58 |
| Hex | 99 | C1 | 66 | 15 | 0 | 2F | 18 | 56 | 2A | 3A |
| Octal | 231 | 301 | 146 | 25 | 0 | 57 | 30 | 126 | 52 | 72 |
| Binary | 10011001 | 11000001 | 1100110 | 10101 | 0 | 101111 | 11000 | 1010110 | 101010 | 111010 |
Color Harmonies of #99C166
Complementary color
Monochromatic Colors of #99C166
Black with #99C166
Text Example
Text Example
White with #99C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C166; }
p { color: rgb(153,193,102); }
H1.HeaderClassName
{
color: #99C166;
}
.AnyTagClassName
{
color: #99C166;
}
</style>
background-color css
<style>
a { background-color: #99C166; }
a { background-color: rgb(153,193,102); }
div.DivClassName
{
background-color: #99C166;
}
.BgClassName
{
background-color: #99C166;
}
</style>
border-color css
<style>
span { border-color: #99C166; }
span { border-color: rgb(153,193,102); }
td.TdClassName
{
border-color: #99C166;
}
.TagClassName
{
border-color: #99C166;
}
</style>