Shades of Olivine #9CC565
Tints of Olivine #9CC565
RGB
CMYK
RGB Variations
Color information
#9CC565 (or 0x9CC565) is known color: Olivine. HEX triplet: 9C, C5 and 65. RGB value is (156,197,101). Sum of RGB (Red+Green+Blue) = 156+197+101=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC565 is #633A9A. Grayscale: #AEAEAE. Windows color (decimal): -6503067 or 6669724. OLE color: 6669724.
HSL color Cylindrical-coordinate representation of color #9CC565: hue angle of 85.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CC565 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 197 | 101 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.23 |
| HSL | 85.62º | 0.45% | 0.58% | - |
| HSV(B) | 85.62º | 0.49% | 0.77% | - |
| XYZ | 36.03 | 47.94 | 19.67 | - |
| YUV | 173.8 | 86.92 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 101 | 0.21 | 0 | 0.49 | 0.23 | 85.62 | 0.45 | 0.58 |
| Hex | 9C | C5 | 65 | 15 | 0 | 31 | 17 | 56 | 2D | 3A |
| Octal | 234 | 305 | 145 | 25 | 0 | 61 | 27 | 126 | 55 | 72 |
| Binary | 10011100 | 11000101 | 1100101 | 10101 | 0 | 110001 | 10111 | 1010110 | 101101 | 111010 |
Color Harmonies of #9CC565
Complementary color
Monochromatic Colors of #9CC565
Black with #9CC565
Text Example
Text Example
White with #9CC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC565; }
p { color: rgb(156,197,101); }
H1.HeaderClassName
{
color: #9CC565;
}
.AnyTagClassName
{
color: #9CC565;
}
</style>
background-color css
<style>
a { background-color: #9CC565; }
a { background-color: rgb(156,197,101); }
div.DivClassName
{
background-color: #9CC565;
}
.BgClassName
{
background-color: #9CC565;
}
</style>
border-color css
<style>
span { border-color: #9CC565; }
span { border-color: rgb(156,197,101); }
td.TdClassName
{
border-color: #9CC565;
}
.TagClassName
{
border-color: #9CC565;
}
</style>