Shades of Gossip #8BC678
Tints of Gossip #8BC678
RGB
CMYK
RGB Variations
Color information
#8BC678 (or 0x8BC678) is known color: Gossip. HEX triplet: 8B, C6 and 78. RGB value is (139,198,120). Sum of RGB (Red+Green+Blue) = 139+198+120=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC678 is #743987. Grayscale: #ABABAB. Windows color (decimal): -7616904 or 7915147. OLE color: 7915147.
HSL color Cylindrical-coordinate representation of color #8BC678: hue angle of 105.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BC678 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 120 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.22 |
| HSL | 105.38º | 0.41% | 0.62% | - |
| HSV(B) | 105.38º | 0.39% | 0.78% | - |
| XYZ | 34.23 | 47.23 | 25.08 | - |
| YUV | 171.47 | 98.95 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 120 | 0.30 | 0 | 0.39 | 0.22 | 105.38 | 0.41 | 0.62 |
| Hex | 8B | C6 | 78 | 1E | 0 | 27 | 16 | 69 | 29 | 3E |
| Octal | 213 | 306 | 170 | 36 | 0 | 47 | 26 | 151 | 51 | 76 |
| Binary | 10001011 | 11000110 | 1111000 | 11110 | 0 | 100111 | 10110 | 1101001 | 101001 | 111110 |
Color Harmonies of #8BC678
Complementary color
Monochromatic Colors of #8BC678
Black with #8BC678
Text Example
Text Example
White with #8BC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC678; }
p { color: rgb(139,198,120); }
H1.HeaderClassName
{
color: #8BC678;
}
.AnyTagClassName
{
color: #8BC678;
}
</style>
background-color css
<style>
a { background-color: #8BC678; }
a { background-color: rgb(139,198,120); }
div.DivClassName
{
background-color: #8BC678;
}
.BgClassName
{
background-color: #8BC678;
}
</style>
border-color css
<style>
span { border-color: #8BC678; }
span { border-color: rgb(139,198,120); }
td.TdClassName
{
border-color: #8BC678;
}
.TagClassName
{
border-color: #8BC678;
}
</style>