Shades of Olivine #8CBE70
Tints of Olivine #8CBE70
RGB
CMYK
RGB Variations
Color information
#8CBE70 (or 0x8CBE70) is known color: Olivine. HEX triplet: 8C, BE and 70. RGB value is (140,190,112). Sum of RGB (Red+Green+Blue) = 140+190+112=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE70 is #73418F. Grayscale: #A6A6A6. Windows color (decimal): -7553424 or 7388812. OLE color: 7388812.
HSL color Cylindrical-coordinate representation of color #8CBE70: hue angle of 98.46º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBE70 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 112 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.25 |
| HSL | 98.46º | 0.38% | 0.59% | - |
| HSV(B) | 98.46º | 0.41% | 0.75% | - |
| XYZ | 32.15 | 43.57 | 22.04 | - |
| YUV | 166.16 | 97.44 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 112 | 0.26 | 0 | 0.41 | 0.25 | 98.46 | 0.38 | 0.59 |
| Hex | 8C | BE | 70 | 1A | 0 | 29 | 19 | 62 | 26 | 3B |
| Octal | 214 | 276 | 160 | 32 | 0 | 51 | 31 | 142 | 46 | 73 |
| Binary | 10001100 | 10111110 | 1110000 | 11010 | 0 | 101001 | 11001 | 1100010 | 100110 | 111011 |
Color Harmonies of #8CBE70
Complementary color
Monochromatic Colors of #8CBE70
Black with #8CBE70
Text Example
Text Example
White with #8CBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE70; }
p { color: rgb(140,190,112); }
H1.HeaderClassName
{
color: #8CBE70;
}
.AnyTagClassName
{
color: #8CBE70;
}
</style>
background-color css
<style>
a { background-color: #8CBE70; }
a { background-color: rgb(140,190,112); }
div.DivClassName
{
background-color: #8CBE70;
}
.BgClassName
{
background-color: #8CBE70;
}
</style>
border-color css
<style>
span { border-color: #8CBE70; }
span { border-color: rgb(140,190,112); }
td.TdClassName
{
border-color: #8CBE70;
}
.TagClassName
{
border-color: #8CBE70;
}
</style>