Shades of Olivine #99C26F
Tints of Olivine #99C26F
RGB
CMYK
RGB Variations
Color information
#99C26F (or 0x99C26F) is known color: Olivine. HEX triplet: 99, C2 and 6F. RGB value is (153,194,111). Sum of RGB (Red+Green+Blue) = 153+194+111=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #99C26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C26F is #663D90. Grayscale: #ACACAC. Windows color (decimal): -6700433 or 7324313. OLE color: 7324313.
HSL color Cylindrical-coordinate representation of color #99C26F: hue angle of 89.64º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99C26F is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 111 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.24 |
| HSL | 89.64º | 0.4% | 0.6% | - |
| HSV(B) | 89.64º | 0.43% | 0.76% | - |
| XYZ | 35.3 | 46.5 | 22.15 | - |
| YUV | 172.28 | 93.42 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 111 | 0.21 | 0 | 0.43 | 0.24 | 89.64 | 0.4 | 0.6 |
| Hex | 99 | C2 | 6F | 15 | 0 | 2B | 18 | 5A | 28 | 3C |
| Octal | 231 | 302 | 157 | 25 | 0 | 53 | 30 | 132 | 50 | 74 |
| Binary | 10011001 | 11000010 | 1101111 | 10101 | 0 | 101011 | 11000 | 1011010 | 101000 | 111100 |
Color Harmonies of #99C26F
Complementary color
Monochromatic Colors of #99C26F
Black with #99C26F
Text Example
Text Example
White with #99C26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C26F; }
p { color: rgb(153,194,111); }
H1.HeaderClassName
{
color: #99C26F;
}
.AnyTagClassName
{
color: #99C26F;
}
</style>
background-color css
<style>
a { background-color: #99C26F; }
a { background-color: rgb(153,194,111); }
div.DivClassName
{
background-color: #99C26F;
}
.BgClassName
{
background-color: #99C26F;
}
</style>
border-color css
<style>
span { border-color: #99C26F; }
span { border-color: rgb(153,194,111); }
td.TdClassName
{
border-color: #99C26F;
}
.TagClassName
{
border-color: #99C26F;
}
</style>