#8CCA75

Color #8CCA75 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #8CCA75

Tints of Gossip #8CCA75

Color information

#8CCA75 (or 0x8CCA75) is unknown color: approx Gossip. HEX triplet: 8C, CA and 75. RGB value is (140,202,117). Sum of RGB (Red+Green+Blue) = 140+202+117=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA75 is #73358A. Grayscale: #AEAEAE. Windows color (decimal): -7550347 or 7719564. OLE color: 7719564.

HSL color Cylindrical-coordinate representation of color #8CCA75: hue angle of 103.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CCA75 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB140202117-
CMYK0.3100.420.21
HSL103.76º44.5%62.55%-
HSV(B)103.76º42.08%79.22%-
XYZ35.1549.124.45-
YUV173.7795.96103.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 30.50%
GREEN value IS 202 (79.30% from 255) = 44.01%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=30.50%
G=44.01%
B=25.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021170.3100.420.21103.7644.562.55
Hex8CCA751F02A15682d3f
Octal21431216537052251505577
Binary10001100110010101110101111110101010101011101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CCA75; }

 p { color: rgb(140,202,117); }

 H1.HeaderClassName
 {
   color: #8CCA75;
 }
 .AnyTagClassName
 {
   color: #8CCA75;
 }
</style>
background-color css

<style>
 a { background-color: #8CCA75; }

 a { background-color: rgb(140,202,117); }

 div.DivClassName
 {
   background-color: #8CCA75;
 }
 .BgClassName
 {
   background-color: #8CCA75;
 }
</style>
border-color css

<style>
 span { border-color: #8CCA75; }

 span { border-color: rgb(140,202,117); }

 td.TdClassName
 {
   border-color: #8CCA75;
 }
 .TagClassName
 {
   border-color: #8CCA75;
 }
</style>