Shades of Olivine #99C669
Tints of Olivine #99C669
RGB
CMYK
RGB Variations
Color information
#99C669 (or 0x99C669) is known color: Olivine. HEX triplet: 99, C6 and 69. RGB value is (153,198,105). Sum of RGB (Red+Green+Blue) = 153+198+105=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #99C669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C669 is #663996. Grayscale: #AEAEAE. Windows color (decimal): -6699415 or 6932121. OLE color: 6932121.
HSL color Cylindrical-coordinate representation of color #99C669: hue angle of 89.03º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99C669 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 105 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.22 |
| HSL | 89.03º | 0.45% | 0.59% | - |
| HSV(B) | 89.03º | 0.47% | 0.78% | - |
| XYZ | 35.88 | 48.18 | 20.77 | - |
| YUV | 173.94 | 89.09 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 105 | 0.23 | 0 | 0.47 | 0.22 | 89.03 | 0.45 | 0.59 |
| Hex | 99 | C6 | 69 | 17 | 0 | 2F | 16 | 59 | 2D | 3B |
| Octal | 231 | 306 | 151 | 27 | 0 | 57 | 26 | 131 | 55 | 73 |
| Binary | 10011001 | 11000110 | 1101001 | 10111 | 0 | 101111 | 10110 | 1011001 | 101101 | 111011 |
Color Harmonies of #99C669
Complementary color
Monochromatic Colors of #99C669
Black with #99C669
Text Example
Text Example
White with #99C669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C669; }
p { color: rgb(153,198,105); }
H1.HeaderClassName
{
color: #99C669;
}
.AnyTagClassName
{
color: #99C669;
}
</style>
background-color css
<style>
a { background-color: #99C669; }
a { background-color: rgb(153,198,105); }
div.DivClassName
{
background-color: #99C669;
}
.BgClassName
{
background-color: #99C669;
}
</style>
border-color css
<style>
span { border-color: #99C669; }
span { border-color: rgb(153,198,105); }
td.TdClassName
{
border-color: #99C669;
}
.TagClassName
{
border-color: #99C669;
}
</style>