Shades of Olivine #8BAE6E
Tints of Olivine #8BAE6E
RGB
CMYK
RGB Variations
Color information
#8BAE6E (or 0x8BAE6E) is known color: Olivine. HEX triplet: 8B, AE and 6E. RGB value is (139,174,110). Sum of RGB (Red+Green+Blue) = 139+174+110=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAE6E is #745191. Grayscale: #9C9C9C. Windows color (decimal): -7623058 or 7253643. OLE color: 7253643.
HSL color Cylindrical-coordinate representation of color #8BAE6E: hue angle of 92.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BAE6E is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 110 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.32 |
| HSL | 92.81º | 0.28% | 0.56% | - |
| HSV(B) | 92.81º | 0.37% | 0.68% | - |
| XYZ | 28.6 | 36.89 | 20.36 | - |
| YUV | 156.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 110 | 0.20 | 0 | 0.37 | 0.32 | 92.81 | 0.28 | 0.56 |
| Hex | 8B | AE | 6E | 14 | 0 | 25 | 20 | 5D | 1C | 38 |
| Octal | 213 | 256 | 156 | 24 | 0 | 45 | 40 | 135 | 34 | 70 |
| Binary | 10001011 | 10101110 | 1101110 | 10100 | 0 | 100101 | 100000 | 1011101 | 11100 | 111000 |
Color Harmonies of #8BAE6E
Complementary color
Monochromatic Colors of #8BAE6E
Black with #8BAE6E
Text Example
Text Example
White with #8BAE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE6E; }
p { color: rgb(139,174,110); }
H1.HeaderClassName
{
color: #8BAE6E;
}
.AnyTagClassName
{
color: #8BAE6E;
}
</style>
background-color css
<style>
a { background-color: #8BAE6E; }
a { background-color: rgb(139,174,110); }
div.DivClassName
{
background-color: #8BAE6E;
}
.BgClassName
{
background-color: #8BAE6E;
}
</style>
border-color css
<style>
span { border-color: #8BAE6E; }
span { border-color: rgb(139,174,110); }
td.TdClassName
{
border-color: #8BAE6E;
}
.TagClassName
{
border-color: #8BAE6E;
}
</style>