Shades of Olivine #8BC077
Tints of Olivine #8BC077
RGB
CMYK
RGB Variations
Color information
#8BC077 (or 0x8BC077) is known color: Olivine. HEX triplet: 8B, C0 and 77. RGB value is (139,192,119). Sum of RGB (Red+Green+Blue) = 139+192+119=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC077 is #743F88. Grayscale: #A8A8A8. Windows color (decimal): -7618441 or 7848075. OLE color: 7848075.
HSL color Cylindrical-coordinate representation of color #8BC077: hue angle of 103.56º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BC077 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 119 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.25 |
| HSL | 103.56º | 0.37% | 0.61% | - |
| HSV(B) | 103.56º | 0.38% | 0.75% | - |
| XYZ | 32.83 | 44.52 | 24.32 | - |
| YUV | 167.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 119 | 0.28 | 0 | 0.38 | 0.25 | 103.56 | 0.37 | 0.61 |
| Hex | 8B | C0 | 77 | 1C | 0 | 26 | 19 | 68 | 25 | 3D |
| Octal | 213 | 300 | 167 | 34 | 0 | 46 | 31 | 150 | 45 | 75 |
| Binary | 10001011 | 11000000 | 1110111 | 11100 | 0 | 100110 | 11001 | 1101000 | 100101 | 111101 |
Color Harmonies of #8BC077
Complementary color
Monochromatic Colors of #8BC077
Black with #8BC077
Text Example
Text Example
White with #8BC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC077; }
p { color: rgb(139,192,119); }
H1.HeaderClassName
{
color: #8BC077;
}
.AnyTagClassName
{
color: #8BC077;
}
</style>
background-color css
<style>
a { background-color: #8BC077; }
a { background-color: rgb(139,192,119); }
div.DivClassName
{
background-color: #8BC077;
}
.BgClassName
{
background-color: #8BC077;
}
</style>
border-color css
<style>
span { border-color: #8BC077; }
span { border-color: rgb(139,192,119); }
td.TdClassName
{
border-color: #8BC077;
}
.TagClassName
{
border-color: #8BC077;
}
</style>