#75CC94

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

Shades of Silver Tree #75CC94

Tints of Silver Tree #75CC94

Color information

#75CC94 (or 0x75CC94) is unknown color: approx Silver Tree. HEX triplet: 75, CC and 94. RGB value is (117,204,148). Sum of RGB (Red+Green+Blue) = 117+204+148=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CC94 is #8A336B. Grayscale: #ABABAB. Windows color (decimal): -9057132 or 9751669. OLE color: 9751669.

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

Color convert

RGB117204148-
CMYK0.4300.270.2
HSL141.38º46.03%62.94%-
HSV(B)141.38º42.65%80%-
XYZ34.2749.1135.69-
YUV171.6114.6889.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=24.95%
G=43.50%
B=31.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172041480.4300.270.2141.3846.0362.94
Hex75CC942B01B148d2e3f
Octal16531422453033242155677
Binary111010111001100100101001010110110111010010001101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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