Shades of Olivine #8BB46D
Tints of Olivine #8BB46D
RGB
CMYK
RGB Variations
Color information
#8BB46D (or 0x8BB46D) is known color: Olivine. HEX triplet: 8B, B4 and 6D. RGB value is (139,180,109). Sum of RGB (Red+Green+Blue) = 139+180+109=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB46D is #744B92. Grayscale: #9F9F9F. Windows color (decimal): -7621523 or 7189643. OLE color: 7189643.
HSL color Cylindrical-coordinate representation of color #8BB46D: hue angle of 94.65º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BB46D is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 180 | 109 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.29 |
| HSL | 94.65º | 0.32% | 0.57% | - |
| HSV(B) | 94.65º | 0.39% | 0.71% | - |
| XYZ | 29.73 | 39.24 | 20.47 | - |
| YUV | 159.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 109 | 0.23 | 0 | 0.39 | 0.29 | 94.65 | 0.32 | 0.57 |
| Hex | 8B | B4 | 6D | 17 | 0 | 27 | 1D | 5F | 20 | 39 |
| Octal | 213 | 264 | 155 | 27 | 0 | 47 | 35 | 137 | 40 | 71 |
| Binary | 10001011 | 10110100 | 1101101 | 10111 | 0 | 100111 | 11101 | 1011111 | 100000 | 111001 |
Color Harmonies of #8BB46D
Complementary color
Monochromatic Colors of #8BB46D
Black with #8BB46D
Text Example
Text Example
White with #8BB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB46D; }
p { color: rgb(139,180,109); }
H1.HeaderClassName
{
color: #8BB46D;
}
.AnyTagClassName
{
color: #8BB46D;
}
</style>
background-color css
<style>
a { background-color: #8BB46D; }
a { background-color: rgb(139,180,109); }
div.DivClassName
{
background-color: #8BB46D;
}
.BgClassName
{
background-color: #8BB46D;
}
</style>
border-color css
<style>
span { border-color: #8BB46D; }
span { border-color: rgb(139,180,109); }
td.TdClassName
{
border-color: #8BB46D;
}
.TagClassName
{
border-color: #8BB46D;
}
</style>