Shades of Olivine #8CB270
Tints of Olivine #8CB270
RGB
CMYK
RGB Variations
Color information
#8CB270 (or 0x8CB270) is known color: Olivine. HEX triplet: 8C, B2 and 70. RGB value is (140,178,112). Sum of RGB (Red+Green+Blue) = 140+178+112=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB270 is #734D8F. Grayscale: #9F9F9F. Windows color (decimal): -7556496 or 7385740. OLE color: 7385740.
HSL color Cylindrical-coordinate representation of color #8CB270: hue angle of 94.55º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CB270 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 112 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.30 |
| HSL | 94.55º | 0.3% | 0.57% | - |
| HSV(B) | 94.55º | 0.37% | 0.7% | - |
| XYZ | 29.66 | 38.59 | 21.21 | - |
| YUV | 159.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 112 | 0.21 | 0 | 0.37 | 0.30 | 94.55 | 0.3 | 0.57 |
| Hex | 8C | B2 | 70 | 15 | 0 | 25 | 1E | 5F | 1E | 39 |
| Octal | 214 | 262 | 160 | 25 | 0 | 45 | 36 | 137 | 36 | 71 |
| Binary | 10001100 | 10110010 | 1110000 | 10101 | 0 | 100101 | 11110 | 1011111 | 11110 | 111001 |
Color Harmonies of #8CB270
Complementary color
Monochromatic Colors of #8CB270
Black with #8CB270
Text Example
Text Example
White with #8CB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB270; }
p { color: rgb(140,178,112); }
H1.HeaderClassName
{
color: #8CB270;
}
.AnyTagClassName
{
color: #8CB270;
}
</style>
background-color css
<style>
a { background-color: #8CB270; }
a { background-color: rgb(140,178,112); }
div.DivClassName
{
background-color: #8CB270;
}
.BgClassName
{
background-color: #8CB270;
}
</style>
border-color css
<style>
span { border-color: #8CB270; }
span { border-color: rgb(140,178,112); }
td.TdClassName
{
border-color: #8CB270;
}
.TagClassName
{
border-color: #8CB270;
}
</style>