Shades of Olivine #9CCC67
Tints of Olivine #9CCC67
RGB
CMYK
RGB Variations
Color information
#9CCC67 (or 0x9CCC67) is known color: Olivine. HEX triplet: 9C, CC and 67. RGB value is (156,204,103). Sum of RGB (Red+Green+Blue) = 156+204+103=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC67 is #633398. Grayscale: #B2B2B2. Windows color (decimal): -6501273 or 6802588. OLE color: 6802588.
HSL color Cylindrical-coordinate representation of color #9CCC67: hue angle of 88.51º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CCC67 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 103 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.2 |
| HSL | 88.51º | 0.5% | 0.6% | - |
| HSV(B) | 88.51º | 0.5% | 0.8% | - |
| XYZ | 37.75 | 51.23 | 20.73 | - |
| YUV | 178.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 103 | 0.24 | 0 | 0.50 | 0.2 | 88.51 | 0.5 | 0.6 |
| Hex | 9C | CC | 67 | 18 | 0 | 32 | 14 | 59 | 32 | 3C |
| Octal | 234 | 314 | 147 | 30 | 0 | 62 | 24 | 131 | 62 | 74 |
| Binary | 10011100 | 11001100 | 1100111 | 11000 | 0 | 110010 | 10100 | 1011001 | 110010 | 111100 |
Color Harmonies of #9CCC67
Complementary color
Monochromatic Colors of #9CCC67
Black with #9CCC67
Text Example
Text Example
White with #9CCC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC67; }
p { color: rgb(156,204,103); }
H1.HeaderClassName
{
color: #9CCC67;
}
.AnyTagClassName
{
color: #9CCC67;
}
</style>
background-color css
<style>
a { background-color: #9CCC67; }
a { background-color: rgb(156,204,103); }
div.DivClassName
{
background-color: #9CCC67;
}
.BgClassName
{
background-color: #9CCC67;
}
</style>
border-color css
<style>
span { border-color: #9CCC67; }
span { border-color: rgb(156,204,103); }
td.TdClassName
{
border-color: #9CCC67;
}
.TagClassName
{
border-color: #9CCC67;
}
</style>