Shades of Olivine #8CB06E
Tints of Olivine #8CB06E
RGB
CMYK
RGB Variations
Color information
#8CB06E (or 0x8CB06E) is known color: Olivine. HEX triplet: 8C, B0 and 6E. RGB value is (140,176,110). Sum of RGB (Red+Green+Blue) = 140+176+110=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB06E is #734F91. Grayscale: #9D9D9D. Windows color (decimal): -7557010 or 7254156. OLE color: 7254156.
HSL color Cylindrical-coordinate representation of color #8CB06E: hue angle of 92.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CB06E is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 176 | 110 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.31 |
| HSL | 92.73º | 0.29% | 0.56% | - |
| HSV(B) | 92.73º | 0.38% | 0.69% | - |
| XYZ | 29.16 | 37.75 | 20.5 | - |
| YUV | 157.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 110 | 0.20 | 0 | 0.37 | 0.31 | 92.73 | 0.29 | 0.56 |
| Hex | 8C | B0 | 6E | 14 | 0 | 25 | 1F | 5D | 1D | 38 |
| Octal | 214 | 260 | 156 | 24 | 0 | 45 | 37 | 135 | 35 | 70 |
| Binary | 10001100 | 10110000 | 1101110 | 10100 | 0 | 100101 | 11111 | 1011101 | 11101 | 111000 |
Color Harmonies of #8CB06E
Complementary color
Monochromatic Colors of #8CB06E
Black with #8CB06E
Text Example
Text Example
White with #8CB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB06E; }
p { color: rgb(140,176,110); }
H1.HeaderClassName
{
color: #8CB06E;
}
.AnyTagClassName
{
color: #8CB06E;
}
</style>
background-color css
<style>
a { background-color: #8CB06E; }
a { background-color: rgb(140,176,110); }
div.DivClassName
{
background-color: #8CB06E;
}
.BgClassName
{
background-color: #8CB06E;
}
</style>
border-color css
<style>
span { border-color: #8CB06E; }
span { border-color: rgb(140,176,110); }
td.TdClassName
{
border-color: #8CB06E;
}
.TagClassName
{
border-color: #8CB06E;
}
</style>