Shades of Olivine #8BC177
Tints of Olivine #8BC177
RGB
CMYK
RGB Variations
Color information
#8BC177 (or 0x8BC177) is known color: Olivine. HEX triplet: 8B, C1 and 77. RGB value is (139,193,119). Sum of RGB (Red+Green+Blue) = 139+193+119=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC177 is #743E88. Grayscale: #A8A8A8. Windows color (decimal): -7618185 or 7848331. OLE color: 7848331.
HSL color Cylindrical-coordinate representation of color #8BC177: hue angle of 103.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BC177 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 119 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.24 |
| HSL | 103.78º | 0.37% | 0.61% | - |
| HSV(B) | 103.78º | 0.38% | 0.76% | - |
| XYZ | 33.05 | 44.96 | 24.39 | - |
| YUV | 168.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 119 | 0.28 | 0 | 0.38 | 0.24 | 103.78 | 0.37 | 0.61 |
| Hex | 8B | C1 | 77 | 1C | 0 | 26 | 18 | 68 | 25 | 3D |
| Octal | 213 | 301 | 167 | 34 | 0 | 46 | 30 | 150 | 45 | 75 |
| Binary | 10001011 | 11000001 | 1110111 | 11100 | 0 | 100110 | 11000 | 1101000 | 100101 | 111101 |
Color Harmonies of #8BC177
Complementary color
Monochromatic Colors of #8BC177
Black with #8BC177
Text Example
Text Example
White with #8BC177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC177; }
p { color: rgb(139,193,119); }
H1.HeaderClassName
{
color: #8BC177;
}
.AnyTagClassName
{
color: #8BC177;
}
</style>
background-color css
<style>
a { background-color: #8BC177; }
a { background-color: rgb(139,193,119); }
div.DivClassName
{
background-color: #8BC177;
}
.BgClassName
{
background-color: #8BC177;
}
</style>
border-color css
<style>
span { border-color: #8BC177; }
span { border-color: rgb(139,193,119); }
td.TdClassName
{
border-color: #8BC177;
}
.TagClassName
{
border-color: #8BC177;
}
</style>