Shades of Gossip #8BCD75
Tints of Gossip #8BCD75
RGB
CMYK
RGB Variations
Color information
#8BCD75 (or 0x8BCD75) is known color: Gossip. HEX triplet: 8B, CD and 75. RGB value is (139,205,117). Sum of RGB (Red+Green+Blue) = 139+205+117=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCD75 is #74328A. Grayscale: #AFAFAF. Windows color (decimal): -7615115 or 7720331. OLE color: 7720331.
HSL color Cylindrical-coordinate representation of color #8BCD75: hue angle of 105º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BCD75 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 117 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.20 |
| HSL | 105º | 0.47% | 0.63% | - |
| HSV(B) | 105º | 0.43% | 0.8% | - |
| XYZ | 35.69 | 50.44 | 24.68 | - |
| YUV | 175.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 117 | 0.32 | 0 | 0.43 | 0.20 | 105 | 0.47 | 0.63 |
| Hex | 8B | CD | 75 | 20 | 0 | 2B | 14 | 69 | 2F | 3F |
| Octal | 213 | 315 | 165 | 40 | 0 | 53 | 24 | 151 | 57 | 77 |
| Binary | 10001011 | 11001101 | 1110101 | 100000 | 0 | 101011 | 10100 | 1101001 | 101111 | 111111 |
Color Harmonies of #8BCD75
Complementary color
Monochromatic Colors of #8BCD75
Black with #8BCD75
Text Example
Text Example
White with #8BCD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCD75; }
p { color: rgb(139,205,117); }
H1.HeaderClassName
{
color: #8BCD75;
}
.AnyTagClassName
{
color: #8BCD75;
}
</style>
background-color css
<style>
a { background-color: #8BCD75; }
a { background-color: rgb(139,205,117); }
div.DivClassName
{
background-color: #8BCD75;
}
.BgClassName
{
background-color: #8BCD75;
}
</style>
border-color css
<style>
span { border-color: #8BCD75; }
span { border-color: rgb(139,205,117); }
td.TdClassName
{
border-color: #8BCD75;
}
.TagClassName
{
border-color: #8BCD75;
}
</style>