Shades of Olivine #9CCC69
Tints of Olivine #9CCC69
RGB
CMYK
RGB Variations
Color information
#9CCC69 (or 0x9CCC69) is known color: Olivine. HEX triplet: 9C, CC and 69. RGB value is (156,204,105). Sum of RGB (Red+Green+Blue) = 156+204+105=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC69 is #633396. Grayscale: #B2B2B2. Windows color (decimal): -6501271 or 6933660. OLE color: 6933660.
HSL color Cylindrical-coordinate representation of color #9CCC69: hue angle of 89.09º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CCC69 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 105 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.2 |
| HSL | 89.09º | 0.49% | 0.61% | - |
| HSV(B) | 89.09º | 0.49% | 0.8% | - |
| XYZ | 37.85 | 51.27 | 21.27 | - |
| YUV | 178.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 105 | 0.24 | 0 | 0.49 | 0.2 | 89.09 | 0.49 | 0.61 |
| Hex | 9C | CC | 69 | 18 | 0 | 31 | 14 | 59 | 31 | 3D |
| Octal | 234 | 314 | 151 | 30 | 0 | 61 | 24 | 131 | 61 | 75 |
| Binary | 10011100 | 11001100 | 1101001 | 11000 | 0 | 110001 | 10100 | 1011001 | 110001 | 111101 |
Color Harmonies of #9CCC69
Complementary color
Monochromatic Colors of #9CCC69
Black with #9CCC69
Text Example
Text Example
White with #9CCC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC69; }
p { color: rgb(156,204,105); }
H1.HeaderClassName
{
color: #9CCC69;
}
.AnyTagClassName
{
color: #9CCC69;
}
</style>
background-color css
<style>
a { background-color: #9CCC69; }
a { background-color: rgb(156,204,105); }
div.DivClassName
{
background-color: #9CCC69;
}
.BgClassName
{
background-color: #9CCC69;
}
</style>
border-color css
<style>
span { border-color: #9CCC69; }
span { border-color: rgb(156,204,105); }
td.TdClassName
{
border-color: #9CCC69;
}
.TagClassName
{
border-color: #9CCC69;
}
</style>