Shades of Olivine #8BBC75
Tints of Olivine #8BBC75
RGB
CMYK
RGB Variations
Color information
#8BBC75 (or 0x8BBC75) is known color: Olivine. HEX triplet: 8B, BC and 75. RGB value is (139,188,117). Sum of RGB (Red+Green+Blue) = 139+188+117=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBC75 is #74438A. Grayscale: #A5A5A5. Windows color (decimal): -7619467 or 7715979. OLE color: 7715979.
HSL color Cylindrical-coordinate representation of color #8BBC75: hue angle of 101.41º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BBC75 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 117 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.26 |
| HSL | 101.41º | 0.35% | 0.6% | - |
| HSV(B) | 101.41º | 0.38% | 0.74% | - |
| XYZ | 31.84 | 42.74 | 23.4 | - |
| YUV | 165.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 117 | 0.26 | 0 | 0.38 | 0.26 | 101.41 | 0.35 | 0.6 |
| Hex | 8B | BC | 75 | 1A | 0 | 26 | 1A | 65 | 23 | 3C |
| Octal | 213 | 274 | 165 | 32 | 0 | 46 | 32 | 145 | 43 | 74 |
| Binary | 10001011 | 10111100 | 1110101 | 11010 | 0 | 100110 | 11010 | 1100101 | 100011 | 111100 |
Color Harmonies of #8BBC75
Complementary color
Monochromatic Colors of #8BBC75
Black with #8BBC75
Text Example
Text Example
White with #8BBC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC75; }
p { color: rgb(139,188,117); }
H1.HeaderClassName
{
color: #8BBC75;
}
.AnyTagClassName
{
color: #8BBC75;
}
</style>
background-color css
<style>
a { background-color: #8BBC75; }
a { background-color: rgb(139,188,117); }
div.DivClassName
{
background-color: #8BBC75;
}
.BgClassName
{
background-color: #8BBC75;
}
</style>
border-color css
<style>
span { border-color: #8BBC75; }
span { border-color: rgb(139,188,117); }
td.TdClassName
{
border-color: #8BBC75;
}
.TagClassName
{
border-color: #8BBC75;
}
</style>