Shades of Olivine #9CCC74
Tints of Olivine #9CCC74
RGB
CMYK
RGB Variations
Color information
#9CCC74 (or 0x9CCC74) is known color: Olivine. HEX triplet: 9C, CC and 74. RGB value is (156,204,116). Sum of RGB (Red+Green+Blue) = 156+204+116=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC74 is #63338B. Grayscale: #B3B3B3. Windows color (decimal): -6501260 or 7654556. OLE color: 7654556.
HSL color Cylindrical-coordinate representation of color #9CCC74: hue angle of 92.73º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CCC74 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 116 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.2 |
| HSL | 92.73º | 0.46% | 0.63% | - |
| HSV(B) | 92.73º | 0.43% | 0.8% | - |
| XYZ | 38.46 | 51.51 | 24.44 | - |
| YUV | 179.62 | 92.1 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 116 | 0.24 | 0 | 0.43 | 0.2 | 92.73 | 0.46 | 0.63 |
| Hex | 9C | CC | 74 | 18 | 0 | 2B | 14 | 5D | 2E | 3F |
| Octal | 234 | 314 | 164 | 30 | 0 | 53 | 24 | 135 | 56 | 77 |
| Binary | 10011100 | 11001100 | 1110100 | 11000 | 0 | 101011 | 10100 | 1011101 | 101110 | 111111 |
Color Harmonies of #9CCC74
Complementary color
Monochromatic Colors of #9CCC74
Black with #9CCC74
Text Example
Text Example
White with #9CCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC74; }
p { color: rgb(156,204,116); }
H1.HeaderClassName
{
color: #9CCC74;
}
.AnyTagClassName
{
color: #9CCC74;
}
</style>
background-color css
<style>
a { background-color: #9CCC74; }
a { background-color: rgb(156,204,116); }
div.DivClassName
{
background-color: #9CCC74;
}
.BgClassName
{
background-color: #9CCC74;
}
</style>
border-color css
<style>
span { border-color: #9CCC74; }
span { border-color: rgb(156,204,116); }
td.TdClassName
{
border-color: #9CCC74;
}
.TagClassName
{
border-color: #9CCC74;
}
</style>