Shades of Olivine #9CC865
Tints of Olivine #9CC865
RGB
CMYK
RGB Variations
Color information
#9CC865 (or 0x9CC865) is known color: Olivine. HEX triplet: 9C, C8 and 65. RGB value is (156,200,101). Sum of RGB (Red+Green+Blue) = 156+200+101=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC865 is #63379A. Grayscale: #AFAFAF. Windows color (decimal): -6502299 or 6670492. OLE color: 6670492.
HSL color Cylindrical-coordinate representation of color #9CC865: hue angle of 86.67º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CC865 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 101 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.22 |
| HSL | 86.67º | 0.47% | 0.59% | - |
| HSV(B) | 86.67º | 0.5% | 0.78% | - |
| XYZ | 36.71 | 49.32 | 19.9 | - |
| YUV | 175.56 | 85.92 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 101 | 0.22 | 0 | 0.49 | 0.22 | 86.67 | 0.47 | 0.59 |
| Hex | 9C | C8 | 65 | 16 | 0 | 31 | 16 | 57 | 2F | 3B |
| Octal | 234 | 310 | 145 | 26 | 0 | 61 | 26 | 127 | 57 | 73 |
| Binary | 10011100 | 11001000 | 1100101 | 10110 | 0 | 110001 | 10110 | 1010111 | 101111 | 111011 |
Color Harmonies of #9CC865
Complementary color
Monochromatic Colors of #9CC865
Black with #9CC865
Text Example
Text Example
White with #9CC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC865; }
p { color: rgb(156,200,101); }
H1.HeaderClassName
{
color: #9CC865;
}
.AnyTagClassName
{
color: #9CC865;
}
</style>
background-color css
<style>
a { background-color: #9CC865; }
a { background-color: rgb(156,200,101); }
div.DivClassName
{
background-color: #9CC865;
}
.BgClassName
{
background-color: #9CC865;
}
</style>
border-color css
<style>
span { border-color: #9CC865; }
span { border-color: rgb(156,200,101); }
td.TdClassName
{
border-color: #9CC865;
}
.TagClassName
{
border-color: #9CC865;
}
</style>