Shades of Olivine #9CCD6A
Tints of Olivine #9CCD6A
RGB
CMYK
RGB Variations
Color information
#9CCD6A (or 0x9CCD6A) is known color: Olivine. HEX triplet: 9C, CD and 6A. RGB value is (156,205,106). Sum of RGB (Red+Green+Blue) = 156+205+106=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCD6A is #633295. Grayscale: #B3B3B3. Windows color (decimal): -6501014 or 6999452. OLE color: 6999452.
HSL color Cylindrical-coordinate representation of color #9CCD6A: hue angle of 89.7º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CCD6A is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 106 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.20 |
| HSL | 89.7º | 0.5% | 0.61% | - |
| HSV(B) | 89.7º | 0.48% | 0.8% | - |
| XYZ | 38.14 | 51.77 | 21.62 | - |
| YUV | 179.06 | 86.77 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 106 | 0.24 | 0 | 0.48 | 0.20 | 89.7 | 0.5 | 0.61 |
| Hex | 9C | CD | 6A | 18 | 0 | 30 | 14 | 5A | 32 | 3D |
| Octal | 234 | 315 | 152 | 30 | 0 | 60 | 24 | 132 | 62 | 75 |
| Binary | 10011100 | 11001101 | 1101010 | 11000 | 0 | 110000 | 10100 | 1011010 | 110010 | 111101 |
Color Harmonies of #9CCD6A
Complementary color
Monochromatic Colors of #9CCD6A
Black with #9CCD6A
Text Example
Text Example
White with #9CCD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCD6A; }
p { color: rgb(156,205,106); }
H1.HeaderClassName
{
color: #9CCD6A;
}
.AnyTagClassName
{
color: #9CCD6A;
}
</style>
background-color css
<style>
a { background-color: #9CCD6A; }
a { background-color: rgb(156,205,106); }
div.DivClassName
{
background-color: #9CCD6A;
}
.BgClassName
{
background-color: #9CCD6A;
}
</style>
border-color css
<style>
span { border-color: #9CCD6A; }
span { border-color: rgb(156,205,106); }
td.TdClassName
{
border-color: #9CCD6A;
}
.TagClassName
{
border-color: #9CCD6A;
}
</style>