Shades of Olivine #8CAA76
Tints of Olivine #8CAA76
RGB
CMYK
RGB Variations
Color information
#8CAA76 (or 0x8CAA76) is known color: Olivine. HEX triplet: 8C, AA and 76. RGB value is (140,170,118). Sum of RGB (Red+Green+Blue) = 140+170+118=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA76 is #735589. Grayscale: #9B9B9B. Windows color (decimal): -7558538 or 7776908. OLE color: 7776908.
HSL color Cylindrical-coordinate representation of color #8CAA76: hue angle of 94.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CAA76 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 118 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.33 |
| HSL | 94.62º | 0.23% | 0.56% | - |
| HSV(B) | 94.62º | 0.31% | 0.67% | - |
| XYZ | 28.46 | 35.63 | 22.52 | - |
| YUV | 155.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 118 | 0.18 | 0 | 0.31 | 0.33 | 94.62 | 0.23 | 0.56 |
| Hex | 8C | AA | 76 | 12 | 0 | 1F | 21 | 5F | 17 | 38 |
| Octal | 214 | 252 | 166 | 22 | 0 | 37 | 41 | 137 | 27 | 70 |
| Binary | 10001100 | 10101010 | 1110110 | 10010 | 0 | 11111 | 100001 | 1011111 | 10111 | 111000 |
Color Harmonies of #8CAA76
Complementary color
Monochromatic Colors of #8CAA76
Black with #8CAA76
Text Example
Text Example
White with #8CAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA76; }
p { color: rgb(140,170,118); }
H1.HeaderClassName
{
color: #8CAA76;
}
.AnyTagClassName
{
color: #8CAA76;
}
</style>
background-color css
<style>
a { background-color: #8CAA76; }
a { background-color: rgb(140,170,118); }
div.DivClassName
{
background-color: #8CAA76;
}
.BgClassName
{
background-color: #8CAA76;
}
</style>
border-color css
<style>
span { border-color: #8CAA76; }
span { border-color: rgb(140,170,118); }
td.TdClassName
{
border-color: #8CAA76;
}
.TagClassName
{
border-color: #8CAA76;
}
</style>