Shades of Gossip #8CCB7A
Tints of Gossip #8CCB7A
RGB
CMYK
RGB Variations
Color information
#8CCB7A (or 0x8CCB7A) is known color: Gossip. HEX triplet: 8C, CB and 7A. RGB value is (140,203,122). Sum of RGB (Red+Green+Blue) = 140+203+122=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB7A is #733485. Grayscale: #AFAFAF. Windows color (decimal): -7550086 or 8047500. OLE color: 8047500.
HSL color Cylindrical-coordinate representation of color #8CCB7A: hue angle of 106.67º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CCB7A is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 122 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.20 |
| HSL | 106.67º | 0.44% | 0.64% | - |
| HSV(B) | 106.67º | 0.4% | 0.8% | - |
| XYZ | 35.68 | 49.69 | 26.12 | - |
| YUV | 174.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 122 | 0.31 | 0 | 0.40 | 0.20 | 106.67 | 0.44 | 0.64 |
| Hex | 8C | CB | 7A | 1F | 0 | 28 | 14 | 6B | 2C | 40 |
| Octal | 214 | 313 | 172 | 37 | 0 | 50 | 24 | 153 | 54 | 100 |
| Binary | 10001100 | 11001011 | 1111010 | 11111 | 0 | 101000 | 10100 | 1101011 | 101100 | 1000000 |
Color Harmonies of #8CCB7A
Complementary color
Monochromatic Colors of #8CCB7A
Black with #8CCB7A
Text Example
Text Example
White with #8CCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB7A; }
p { color: rgb(140,203,122); }
H1.HeaderClassName
{
color: #8CCB7A;
}
.AnyTagClassName
{
color: #8CCB7A;
}
</style>
background-color css
<style>
a { background-color: #8CCB7A; }
a { background-color: rgb(140,203,122); }
div.DivClassName
{
background-color: #8CCB7A;
}
.BgClassName
{
background-color: #8CCB7A;
}
</style>
border-color css
<style>
span { border-color: #8CCB7A; }
span { border-color: rgb(140,203,122); }
td.TdClassName
{
border-color: #8CCB7A;
}
.TagClassName
{
border-color: #8CCB7A;
}
</style>