Shades of Olivine #99C27C
Tints of Olivine #99C27C
RGB
CMYK
RGB Variations
Color information
#99C27C (or 0x99C27C) is known color: Olivine. HEX triplet: 99, C2 and 7C. RGB value is (153,194,124). Sum of RGB (Red+Green+Blue) = 153+194+124=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #99C27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C27C is #663D83. Grayscale: #AEAEAE. Windows color (decimal): -6700420 or 8176281. OLE color: 8176281.
HSL color Cylindrical-coordinate representation of color #99C27C: hue angle of 95.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99C27C is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 124 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.24 |
| HSL | 95.14º | 0.36% | 0.62% | - |
| HSV(B) | 95.14º | 0.36% | 0.76% | - |
| XYZ | 36.07 | 46.81 | 26.2 | - |
| YUV | 173.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 124 | 0.21 | 0 | 0.36 | 0.24 | 95.14 | 0.36 | 0.62 |
| Hex | 99 | C2 | 7C | 15 | 0 | 24 | 18 | 5F | 24 | 3E |
| Octal | 231 | 302 | 174 | 25 | 0 | 44 | 30 | 137 | 44 | 76 |
| Binary | 10011001 | 11000010 | 1111100 | 10101 | 0 | 100100 | 11000 | 1011111 | 100100 | 111110 |
Color Harmonies of #99C27C
Complementary color
Monochromatic Colors of #99C27C
Black with #99C27C
Text Example
Text Example
White with #99C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C27C; }
p { color: rgb(153,194,124); }
H1.HeaderClassName
{
color: #99C27C;
}
.AnyTagClassName
{
color: #99C27C;
}
</style>
background-color css
<style>
a { background-color: #99C27C; }
a { background-color: rgb(153,194,124); }
div.DivClassName
{
background-color: #99C27C;
}
.BgClassName
{
background-color: #99C27C;
}
</style>
border-color css
<style>
span { border-color: #99C27C; }
span { border-color: rgb(153,194,124); }
td.TdClassName
{
border-color: #99C27C;
}
.TagClassName
{
border-color: #99C27C;
}
</style>