Shades of Olivine #9CCC6E
Tints of Olivine #9CCC6E
RGB
CMYK
RGB Variations
Color information
#9CCC6E (or 0x9CCC6E) is known color: Olivine. HEX triplet: 9C, CC and 6E. RGB value is (156,204,110). Sum of RGB (Red+Green+Blue) = 156+204+110=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC6E is #633391. Grayscale: #B3B3B3. Windows color (decimal): -6501266 or 7261340. OLE color: 7261340.
HSL color Cylindrical-coordinate representation of color #9CCC6E: hue angle of 90.64º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CCC6E is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 110 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.2 |
| HSL | 90.64º | 0.48% | 0.62% | - |
| HSV(B) | 90.64º | 0.46% | 0.8% | - |
| XYZ | 38.12 | 51.38 | 22.66 | - |
| YUV | 178.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 110 | 0.24 | 0 | 0.46 | 0.2 | 90.64 | 0.48 | 0.62 |
| Hex | 9C | CC | 6E | 18 | 0 | 2E | 14 | 5B | 30 | 3E |
| Octal | 234 | 314 | 156 | 30 | 0 | 56 | 24 | 133 | 60 | 76 |
| Binary | 10011100 | 11001100 | 1101110 | 11000 | 0 | 101110 | 10100 | 1011011 | 110000 | 111110 |
Color Harmonies of #9CCC6E
Complementary color
Monochromatic Colors of #9CCC6E
Black with #9CCC6E
Text Example
Text Example
White with #9CCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC6E; }
p { color: rgb(156,204,110); }
H1.HeaderClassName
{
color: #9CCC6E;
}
.AnyTagClassName
{
color: #9CCC6E;
}
</style>
background-color css
<style>
a { background-color: #9CCC6E; }
a { background-color: rgb(156,204,110); }
div.DivClassName
{
background-color: #9CCC6E;
}
.BgClassName
{
background-color: #9CCC6E;
}
</style>
border-color css
<style>
span { border-color: #9CCC6E; }
span { border-color: rgb(156,204,110); }
td.TdClassName
{
border-color: #9CCC6E;
}
.TagClassName
{
border-color: #9CCC6E;
}
</style>