#75CC8F

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

Shades of Silver Tree #75CC8F

Tints of Silver Tree #75CC8F

Color information

#75CC8F (or 0x75CC8F) is unknown color: approx Silver Tree. HEX triplet: 75, CC and 8F. RGB value is (117,204,143). Sum of RGB (Red+Green+Blue) = 117+204+143=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CC8F is #8A3370. Grayscale: #ABABAB. Windows color (decimal): -9057137 or 9423989. OLE color: 9423989.

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

Color convert

RGB117204143-
CMYK0.4300.300.2
HSL137.93º46.03%62.94%-
HSV(B)137.93º42.65%80%-
XYZ33.8948.9533.65-
YUV171.03112.1889.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.22%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 143 (56.25% from 255) = 30.82%
R=25.22%
G=43.97%
B=30.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172041430.4300.300.2137.9346.0362.94
Hex75CC8F2B01E148a2e3f
Octal16531421753036242125677
Binary111010111001100100011111010110111101010010001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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