Shades of Olivine #9CAE76
Tints of Olivine #9CAE76
RGB
CMYK
RGB Variations
Color information
#9CAE76 (or 0x9CAE76) is known color: Olivine. HEX triplet: 9C, AE and 76. RGB value is (156,174,118). Sum of RGB (Red+Green+Blue) = 156+174+118=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAE76 is #635189. Grayscale: #A2A2A2. Windows color (decimal): -6508938 or 7777948. OLE color: 7777948.
HSL color Cylindrical-coordinate representation of color #9CAE76: hue angle of 79.29º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CAE76 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 118 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.32 |
| HSL | 79.29º | 0.26% | 0.57% | - |
| HSV(B) | 79.29º | 0.32% | 0.68% | - |
| XYZ | 32.12 | 38.65 | 22.91 | - |
| YUV | 162.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 118 | 0.10 | 0 | 0.32 | 0.32 | 79.29 | 0.26 | 0.57 |
| Hex | 9C | AE | 76 | A | 0 | 20 | 20 | 4F | 1A | 39 |
| Octal | 234 | 256 | 166 | 12 | 0 | 40 | 40 | 117 | 32 | 71 |
| Binary | 10011100 | 10101110 | 1110110 | 1010 | 0 | 100000 | 100000 | 1001111 | 11010 | 111001 |
Color Harmonies of #9CAE76
Complementary color
Monochromatic Colors of #9CAE76
Black with #9CAE76
Text Example
Text Example
White with #9CAE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE76; }
p { color: rgb(156,174,118); }
H1.HeaderClassName
{
color: #9CAE76;
}
.AnyTagClassName
{
color: #9CAE76;
}
</style>
background-color css
<style>
a { background-color: #9CAE76; }
a { background-color: rgb(156,174,118); }
div.DivClassName
{
background-color: #9CAE76;
}
.BgClassName
{
background-color: #9CAE76;
}
</style>
border-color css
<style>
span { border-color: #9CAE76; }
span { border-color: rgb(156,174,118); }
td.TdClassName
{
border-color: #9CAE76;
}
.TagClassName
{
border-color: #9CAE76;
}
</style>