Shades of Olivine #9CCD6C
Tints of Olivine #9CCD6C
RGB
CMYK
RGB Variations
Color information
#9CCD6C (or 0x9CCD6C) is known color: Olivine. HEX triplet: 9C, CD and 6C. RGB value is (156,205,108). Sum of RGB (Red+Green+Blue) = 156+205+108=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCD6C is #633293. Grayscale: #B3B3B3. Windows color (decimal): -6501012 or 7130524. OLE color: 7130524.
HSL color Cylindrical-coordinate representation of color #9CCD6C: hue angle of 90.31º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CCD6C is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 108 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.20 |
| HSL | 90.31º | 0.49% | 0.61% | - |
| HSV(B) | 90.31º | 0.47% | 0.8% | - |
| XYZ | 38.25 | 51.81 | 22.17 | - |
| YUV | 179.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 108 | 0.24 | 0 | 0.47 | 0.20 | 90.31 | 0.49 | 0.61 |
| Hex | 9C | CD | 6C | 18 | 0 | 2F | 14 | 5A | 31 | 3D |
| Octal | 234 | 315 | 154 | 30 | 0 | 57 | 24 | 132 | 61 | 75 |
| Binary | 10011100 | 11001101 | 1101100 | 11000 | 0 | 101111 | 10100 | 1011010 | 110001 | 111101 |
Color Harmonies of #9CCD6C
Complementary color
Monochromatic Colors of #9CCD6C
Black with #9CCD6C
Text Example
Text Example
White with #9CCD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCD6C; }
p { color: rgb(156,205,108); }
H1.HeaderClassName
{
color: #9CCD6C;
}
.AnyTagClassName
{
color: #9CCD6C;
}
</style>
background-color css
<style>
a { background-color: #9CCD6C; }
a { background-color: rgb(156,205,108); }
div.DivClassName
{
background-color: #9CCD6C;
}
.BgClassName
{
background-color: #9CCD6C;
}
</style>
border-color css
<style>
span { border-color: #9CCD6C; }
span { border-color: rgb(156,205,108); }
td.TdClassName
{
border-color: #9CCD6C;
}
.TagClassName
{
border-color: #9CCD6C;
}
</style>