Shades of Olivine #8BB675
Tints of Olivine #8BB675
RGB
CMYK
RGB Variations
Color information
#8BB675 (or 0x8BB675) is known color: Olivine. HEX triplet: 8B, B6 and 75. RGB value is (139,182,117). Sum of RGB (Red+Green+Blue) = 139+182+117=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB675 is #74498A. Grayscale: #A1A1A1. Windows color (decimal): -7621003 or 7714443. OLE color: 7714443.
HSL color Cylindrical-coordinate representation of color #8BB675: hue angle of 99.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BB675 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 182 | 117 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.29 |
| HSL | 99.69º | 0.31% | 0.59% | - |
| HSV(B) | 99.69º | 0.36% | 0.71% | - |
| XYZ | 30.59 | 40.23 | 22.98 | - |
| YUV | 161.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 117 | 0.24 | 0 | 0.36 | 0.29 | 99.69 | 0.31 | 0.59 |
| Hex | 8B | B6 | 75 | 18 | 0 | 24 | 1D | 64 | 1F | 3B |
| Octal | 213 | 266 | 165 | 30 | 0 | 44 | 35 | 144 | 37 | 73 |
| Binary | 10001011 | 10110110 | 1110101 | 11000 | 0 | 100100 | 11101 | 1100100 | 11111 | 111011 |
Color Harmonies of #8BB675
Complementary color
Monochromatic Colors of #8BB675
Black with #8BB675
Text Example
Text Example
White with #8BB675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB675; }
p { color: rgb(139,182,117); }
H1.HeaderClassName
{
color: #8BB675;
}
.AnyTagClassName
{
color: #8BB675;
}
</style>
background-color css
<style>
a { background-color: #8BB675; }
a { background-color: rgb(139,182,117); }
div.DivClassName
{
background-color: #8BB675;
}
.BgClassName
{
background-color: #8BB675;
}
</style>
border-color css
<style>
span { border-color: #8BB675; }
span { border-color: rgb(139,182,117); }
td.TdClassName
{
border-color: #8BB675;
}
.TagClassName
{
border-color: #8BB675;
}
</style>