Shades of Olivine #9CCA6D
Tints of Olivine #9CCA6D
RGB
CMYK
RGB Variations
Color information
#9CCA6D (or 0x9CCA6D) is known color: Olivine. HEX triplet: 9C, CA and 6D. RGB value is (156,202,109). Sum of RGB (Red+Green+Blue) = 156+202+109=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCA6D is #633592. Grayscale: #B1B1B1. Windows color (decimal): -6501779 or 7195292. OLE color: 7195292.
HSL color Cylindrical-coordinate representation of color #9CCA6D: hue angle of 89.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CCA6D is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 109 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.21 |
| HSL | 89.68º | 0.47% | 0.61% | - |
| HSV(B) | 89.68º | 0.46% | 0.79% | - |
| XYZ | 37.59 | 50.41 | 22.22 | - |
| YUV | 177.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 109 | 0.23 | 0 | 0.46 | 0.21 | 89.68 | 0.47 | 0.61 |
| Hex | 9C | CA | 6D | 17 | 0 | 2E | 15 | 5A | 2F | 3D |
| Octal | 234 | 312 | 155 | 27 | 0 | 56 | 25 | 132 | 57 | 75 |
| Binary | 10011100 | 11001010 | 1101101 | 10111 | 0 | 101110 | 10101 | 1011010 | 101111 | 111101 |
Color Harmonies of #9CCA6D
Complementary color
Monochromatic Colors of #9CCA6D
Black with #9CCA6D
Text Example
Text Example
White with #9CCA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA6D; }
p { color: rgb(156,202,109); }
H1.HeaderClassName
{
color: #9CCA6D;
}
.AnyTagClassName
{
color: #9CCA6D;
}
</style>
background-color css
<style>
a { background-color: #9CCA6D; }
a { background-color: rgb(156,202,109); }
div.DivClassName
{
background-color: #9CCA6D;
}
.BgClassName
{
background-color: #9CCA6D;
}
</style>
border-color css
<style>
span { border-color: #9CCA6D; }
span { border-color: rgb(156,202,109); }
td.TdClassName
{
border-color: #9CCA6D;
}
.TagClassName
{
border-color: #9CCA6D;
}
</style>