Html Css Color HEX #8CCC75 Gossip

📋 copy color: '#8CCC75'

red 140 ◦ green 204 ◦ blue 117

#8CCC75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #8CCC75

Tints of Gossip #8CCC75

RGB

 RED value IS 140 (55.08% from 255) = 30.37%

 GREEN value IS 204 (80.08% from 255) = 44.25%

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 30.37%
G = 44.25%
B = 25.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#8CCC75 (or 0x8CCC75) is known color: Gossip. HEX triplet: 8C, CC and 75. RGB value is (140,204,117). Sum of RGB (Red+Green+Blue) = 140+204+117=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCC75 is #73338A. Grayscale: #AFAFAF. Windows color (decimal): -7549835 or 7720076. OLE color: 7720076.

HSL color Cylindrical-coordinate representation of color #8CCC75: hue angle of 104.14º degrees, saturation: 0.46, 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 #8CCC75 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 117 -
CMYK 0.31 0 0.43 0.2
HSL 104.14º 0.46% 0.63% -
HSV(B) 104.14º 0.43% 0.8% -
XYZ 35.62 50.05 24.61 -
YUV 174.95 95.3 103.07 -
System Red Green Blue C M Y K H S L
Decimal 140 204 117 0.31 0 0.43 0.2 104.14 0.46 0.63
Hex 8C CC 75 1F 0 2B 14 68 2E 3F
Octal 214 314 165 37 0 53 24 150 56 77
Binary 10001100 11001100 1110101 11111 0 101011 10100 1101000 101110 111111

Color Harmonies of #8CCC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCC75

Black with #8CCC75

Text Example


Text Example

White with #8CCC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CCC75;
 }
 .AnyTagClassName
 {
   color: #8CCC75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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