#75CC9D

Color #75CC9D Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #75CC9D

Tints of Silver Tree #75CC9D

Color information

#75CC9D (or 0x75CC9D) is unknown color: approx Silver Tree. HEX triplet: 75, CC and 9D. RGB value is (117,204,157). Sum of RGB (Red+Green+Blue) = 117+204+157=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CC9D is #8A3362. Grayscale: #ACACAC. Windows color (decimal): -9057123 or 10341493. OLE color: 10341493.

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

Color convert

RGB117204157-
CMYK0.4300.230.2
HSL147.59º46.03%62.94%-
HSV(B)147.59º42.65%80%-
XYZ35.0149.439.59-
YUV172.63119.1888.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172041570.4300.230.2147.5946.0362.94
Hex75CC9D2B01714942e3f
Octal16531423553027242245677
Binary111010111001100100111011010110101111010010010100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75CC9D; }

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

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

<style>
 a { background-color: #75CC9D; }

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

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

<style>
 span { border-color: #75CC9D; }

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

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