Shades of Olivine #9CCE62
Tints of Olivine #9CCE62
RGB
CMYK
RGB Variations
Color information
#9CCE62 (or 0x9CCE62) is known color: Olivine. HEX triplet: 9C, CE and 62. RGB value is (156,206,98). Sum of RGB (Red+Green+Blue) = 156+206+98=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCE62 is #63319D. Grayscale: #B3B3B3. Windows color (decimal): -6500766 or 6475420. OLE color: 6475420.
HSL color Cylindrical-coordinate representation of color #9CCE62: hue angle of 87.78º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CCE62 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 98 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.19 |
| HSL | 87.78º | 0.52% | 0.6% | - |
| HSV(B) | 87.78º | 0.52% | 0.81% | - |
| XYZ | 37.99 | 52.09 | 19.61 | - |
| YUV | 178.74 | 82.44 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 98 | 0.24 | 0 | 0.52 | 0.19 | 87.78 | 0.52 | 0.6 |
| Hex | 9C | CE | 62 | 18 | 0 | 34 | 13 | 58 | 34 | 3C |
| Octal | 234 | 316 | 142 | 30 | 0 | 64 | 23 | 130 | 64 | 74 |
| Binary | 10011100 | 11001110 | 1100010 | 11000 | 0 | 110100 | 10011 | 1011000 | 110100 | 111100 |
Color Harmonies of #9CCE62
Complementary color
Monochromatic Colors of #9CCE62
Black with #9CCE62
Text Example
Text Example
White with #9CCE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCE62; }
p { color: rgb(156,206,98); }
H1.HeaderClassName
{
color: #9CCE62;
}
.AnyTagClassName
{
color: #9CCE62;
}
</style>
background-color css
<style>
a { background-color: #9CCE62; }
a { background-color: rgb(156,206,98); }
div.DivClassName
{
background-color: #9CCE62;
}
.BgClassName
{
background-color: #9CCE62;
}
</style>
border-color css
<style>
span { border-color: #9CCE62; }
span { border-color: rgb(156,206,98); }
td.TdClassName
{
border-color: #9CCE62;
}
.TagClassName
{
border-color: #9CCE62;
}
</style>