Shades of Olivine #8CB37A
Tints of Olivine #8CB37A
RGB
CMYK
RGB Variations
Color information
#8CB37A (or 0x8CB37A) is known color: Olivine. HEX triplet: 8C, B3 and 7A. RGB value is (140,179,122). Sum of RGB (Red+Green+Blue) = 140+179+122=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB37A is #734C85. Grayscale: #A1A1A1. Windows color (decimal): -7556230 or 8041356. OLE color: 8041356.
HSL color Cylindrical-coordinate representation of color #8CB37A: hue angle of 101.05º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CB37A is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 122 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.30 |
| HSL | 101.05º | 0.27% | 0.59% | - |
| HSV(B) | 101.05º | 0.32% | 0.7% | - |
| XYZ | 30.45 | 39.22 | 24.38 | - |
| YUV | 160.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 122 | 0.22 | 0 | 0.32 | 0.30 | 101.05 | 0.27 | 0.59 |
| Hex | 8C | B3 | 7A | 16 | 0 | 20 | 1E | 65 | 1B | 3B |
| Octal | 214 | 263 | 172 | 26 | 0 | 40 | 36 | 145 | 33 | 73 |
| Binary | 10001100 | 10110011 | 1111010 | 10110 | 0 | 100000 | 11110 | 1100101 | 11011 | 111011 |
Color Harmonies of #8CB37A
Complementary color
Monochromatic Colors of #8CB37A
Black with #8CB37A
Text Example
Text Example
White with #8CB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB37A; }
p { color: rgb(140,179,122); }
H1.HeaderClassName
{
color: #8CB37A;
}
.AnyTagClassName
{
color: #8CB37A;
}
</style>
background-color css
<style>
a { background-color: #8CB37A; }
a { background-color: rgb(140,179,122); }
div.DivClassName
{
background-color: #8CB37A;
}
.BgClassName
{
background-color: #8CB37A;
}
</style>
border-color css
<style>
span { border-color: #8CB37A; }
span { border-color: rgb(140,179,122); }
td.TdClassName
{
border-color: #8CB37A;
}
.TagClassName
{
border-color: #8CB37A;
}
</style>