Shades of Gossip #8CCA7A
Tints of Gossip #8CCA7A
RGB
CMYK
RGB Variations
Color information
#8CCA7A (or 0x8CCA7A) is known color: Gossip. HEX triplet: 8C, CA and 7A. RGB value is (140,202,122). Sum of RGB (Red+Green+Blue) = 140+202+122=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA7A is #733585. Grayscale: #AEAEAE. Windows color (decimal): -7550342 or 8047244. OLE color: 8047244.
HSL color Cylindrical-coordinate representation of color #8CCA7A: hue angle of 106.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CCA7A is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 122 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.21 |
| HSL | 106.5º | 0.43% | 0.64% | - |
| HSV(B) | 106.5º | 0.4% | 0.79% | - |
| XYZ | 35.45 | 49.22 | 26.04 | - |
| YUV | 174.34 | 98.46 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 122 | 0.31 | 0 | 0.40 | 0.21 | 106.5 | 0.43 | 0.64 |
| Hex | 8C | CA | 7A | 1F | 0 | 28 | 15 | 6A | 2B | 40 |
| Octal | 214 | 312 | 172 | 37 | 0 | 50 | 25 | 152 | 53 | 100 |
| Binary | 10001100 | 11001010 | 1111010 | 11111 | 0 | 101000 | 10101 | 1101010 | 101011 | 1000000 |
Color Harmonies of #8CCA7A
Complementary color
Monochromatic Colors of #8CCA7A
Black with #8CCA7A
Text Example
Text Example
White with #8CCA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA7A; }
p { color: rgb(140,202,122); }
H1.HeaderClassName
{
color: #8CCA7A;
}
.AnyTagClassName
{
color: #8CCA7A;
}
</style>
background-color css
<style>
a { background-color: #8CCA7A; }
a { background-color: rgb(140,202,122); }
div.DivClassName
{
background-color: #8CCA7A;
}
.BgClassName
{
background-color: #8CCA7A;
}
</style>
border-color css
<style>
span { border-color: #8CCA7A; }
span { border-color: rgb(140,202,122); }
td.TdClassName
{
border-color: #8CCA7A;
}
.TagClassName
{
border-color: #8CCA7A;
}
</style>