Shades of Olivine #8BAE75
Tints of Olivine #8BAE75
RGB
CMYK
RGB Variations
Color information
#8BAE75 (or 0x8BAE75) is known color: Olivine. HEX triplet: 8B, AE and 75. RGB value is (139,174,117). Sum of RGB (Red+Green+Blue) = 139+174+117=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAE75 is #74518A. Grayscale: #9D9D9D. Windows color (decimal): -7623051 or 7712395. OLE color: 7712395.
HSL color Cylindrical-coordinate representation of color #8BAE75: hue angle of 96.84º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BAE75 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 117 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.32 |
| HSL | 96.84º | 0.26% | 0.57% | - |
| HSV(B) | 96.84º | 0.33% | 0.68% | - |
| XYZ | 28.99 | 37.05 | 22.45 | - |
| YUV | 157.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 117 | 0.20 | 0 | 0.33 | 0.32 | 96.84 | 0.26 | 0.57 |
| Hex | 8B | AE | 75 | 14 | 0 | 21 | 20 | 61 | 1A | 39 |
| Octal | 213 | 256 | 165 | 24 | 0 | 41 | 40 | 141 | 32 | 71 |
| Binary | 10001011 | 10101110 | 1110101 | 10100 | 0 | 100001 | 100000 | 1100001 | 11010 | 111001 |
Color Harmonies of #8BAE75
Complementary color
Monochromatic Colors of #8BAE75
Black with #8BAE75
Text Example
Text Example
White with #8BAE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE75; }
p { color: rgb(139,174,117); }
H1.HeaderClassName
{
color: #8BAE75;
}
.AnyTagClassName
{
color: #8BAE75;
}
</style>
background-color css
<style>
a { background-color: #8BAE75; }
a { background-color: rgb(139,174,117); }
div.DivClassName
{
background-color: #8BAE75;
}
.BgClassName
{
background-color: #8BAE75;
}
</style>
border-color css
<style>
span { border-color: #8BAE75; }
span { border-color: rgb(139,174,117); }
td.TdClassName
{
border-color: #8BAE75;
}
.TagClassName
{
border-color: #8BAE75;
}
</style>