Shades of Olivine #8CAB70
Tints of Olivine #8CAB70
RGB
CMYK
RGB Variations
Color information
#8CAB70 (or 0x8CAB70) is known color: Olivine. HEX triplet: 8C, AB and 70. RGB value is (140,171,112). Sum of RGB (Red+Green+Blue) = 140+171+112=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB70 is #73548F. Grayscale: #9B9B9B. Windows color (decimal): -7558288 or 7383948. OLE color: 7383948.
HSL color Cylindrical-coordinate representation of color #8CAB70: hue angle of 91.53º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CAB70 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 112 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.33 |
| HSL | 91.53º | 0.26% | 0.55% | - |
| HSV(B) | 91.53º | 0.35% | 0.67% | - |
| XYZ | 28.3 | 35.87 | 20.76 | - |
| YUV | 155.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 112 | 0.18 | 0 | 0.35 | 0.33 | 91.53 | 0.26 | 0.55 |
| Hex | 8C | AB | 70 | 12 | 0 | 23 | 21 | 5C | 1A | 37 |
| Octal | 214 | 253 | 160 | 22 | 0 | 43 | 41 | 134 | 32 | 67 |
| Binary | 10001100 | 10101011 | 1110000 | 10010 | 0 | 100011 | 100001 | 1011100 | 11010 | 110111 |
Color Harmonies of #8CAB70
Complementary color
Monochromatic Colors of #8CAB70
Black with #8CAB70
Text Example
Text Example
White with #8CAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB70; }
p { color: rgb(140,171,112); }
H1.HeaderClassName
{
color: #8CAB70;
}
.AnyTagClassName
{
color: #8CAB70;
}
</style>
background-color css
<style>
a { background-color: #8CAB70; }
a { background-color: rgb(140,171,112); }
div.DivClassName
{
background-color: #8CAB70;
}
.BgClassName
{
background-color: #8CAB70;
}
</style>
border-color css
<style>
span { border-color: #8CAB70; }
span { border-color: rgb(140,171,112); }
td.TdClassName
{
border-color: #8CAB70;
}
.TagClassName
{
border-color: #8CAB70;
}
</style>