Shades of Olivine #99CA6A
Tints of Olivine #99CA6A
RGB
CMYK
RGB Variations
Color information
#99CA6A (or 0x99CA6A) is known color: Olivine. HEX triplet: 99, CA and 6A. RGB value is (153,202,106). Sum of RGB (Red+Green+Blue) = 153+202+106=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA6A is #663595. Grayscale: #B0B0B0. Windows color (decimal): -6698390 or 6998681. OLE color: 6998681.
HSL color Cylindrical-coordinate representation of color #99CA6A: hue angle of 90.62º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99CA6A is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 106 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.21 |
| HSL | 90.63º | 0.48% | 0.6% | - |
| HSV(B) | 90.63º | 0.48% | 0.79% | - |
| XYZ | 36.86 | 50.05 | 21.35 | - |
| YUV | 176.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 106 | 0.24 | 0 | 0.48 | 0.21 | 90.63 | 0.48 | 0.6 |
| Hex | 99 | CA | 6A | 18 | 0 | 30 | 15 | 5B | 30 | 3C |
| Octal | 231 | 312 | 152 | 30 | 0 | 60 | 25 | 133 | 60 | 74 |
| Binary | 10011001 | 11001010 | 1101010 | 11000 | 0 | 110000 | 10101 | 1011011 | 110000 | 111100 |
Color Harmonies of #99CA6A
Complementary color
Monochromatic Colors of #99CA6A
Black with #99CA6A
Text Example
Text Example
White with #99CA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA6A; }
p { color: rgb(153,202,106); }
H1.HeaderClassName
{
color: #99CA6A;
}
.AnyTagClassName
{
color: #99CA6A;
}
</style>
background-color css
<style>
a { background-color: #99CA6A; }
a { background-color: rgb(153,202,106); }
div.DivClassName
{
background-color: #99CA6A;
}
.BgClassName
{
background-color: #99CA6A;
}
</style>
border-color css
<style>
span { border-color: #99CA6A; }
span { border-color: rgb(153,202,106); }
td.TdClassName
{
border-color: #99CA6A;
}
.TagClassName
{
border-color: #99CA6A;
}
</style>