#9DCC75

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

Shades of Gossip #9DCC75

Tints of Gossip #9DCC75

Color information

#9DCC75 (or 0x9DCC75) is unknown color: approx Gossip. HEX triplet: 9D, CC and 75. RGB value is (157,204,117). Sum of RGB (Red+Green+Blue) = 157+204+117=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCC75 is #62338A. Grayscale: #B4B4B4. Windows color (decimal): -6435723 or 7720093. OLE color: 7720093.

HSL color Cylindrical-coordinate representation of color #9DCC75: hue angle of 92.41º 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 #9DCC75 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB157204117-
CMYK0.2300.430.2
HSL92.41º46.03%62.94%-
HSV(B)92.41º42.65%80%-
XYZ38.7151.6424.76-
YUV180.0392.43111.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.85%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=32.85%
G=42.68%
B=24.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041170.2300.430.292.4146.0362.94
Hex9DCC751702B145c2e3f
Octal23531416527053241345677
Binary10011101110011001110101101110101011101001011100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DCC75; }

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

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

<style>
 a { background-color: #9DCC75; }

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

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

<style>
 span { border-color: #9DCC75; }

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

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