Shades of Olivine #8BC176
Tints of Olivine #8BC176
RGB
CMYK
RGB Variations
Color information
#8BC176 (or 0x8BC176) is known color: Olivine. HEX triplet: 8B, C1 and 76. RGB value is (139,193,118). Sum of RGB (Red+Green+Blue) = 139+193+118=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC176 is #743E89. Grayscale: #A8A8A8. Windows color (decimal): -7618186 or 7782795. OLE color: 7782795.
HSL color Cylindrical-coordinate representation of color #8BC176: hue angle of 103.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BC176 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 118 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.24 |
| HSL | 103.2º | 0.38% | 0.61% | - |
| HSV(B) | 103.2º | 0.39% | 0.76% | - |
| XYZ | 32.99 | 44.94 | 24.07 | - |
| YUV | 168.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 118 | 0.28 | 0 | 0.39 | 0.24 | 103.2 | 0.38 | 0.61 |
| Hex | 8B | C1 | 76 | 1C | 0 | 27 | 18 | 67 | 26 | 3D |
| Octal | 213 | 301 | 166 | 34 | 0 | 47 | 30 | 147 | 46 | 75 |
| Binary | 10001011 | 11000001 | 1110110 | 11100 | 0 | 100111 | 11000 | 1100111 | 100110 | 111101 |
Color Harmonies of #8BC176
Complementary color
Monochromatic Colors of #8BC176
Black with #8BC176
Text Example
Text Example
White with #8BC176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC176; }
p { color: rgb(139,193,118); }
H1.HeaderClassName
{
color: #8BC176;
}
.AnyTagClassName
{
color: #8BC176;
}
</style>
background-color css
<style>
a { background-color: #8BC176; }
a { background-color: rgb(139,193,118); }
div.DivClassName
{
background-color: #8BC176;
}
.BgClassName
{
background-color: #8BC176;
}
</style>
border-color css
<style>
span { border-color: #8BC176; }
span { border-color: rgb(139,193,118); }
td.TdClassName
{
border-color: #8BC176;
}
.TagClassName
{
border-color: #8BC176;
}
</style>