#75C09A

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

Shades of Silver Tree #75C09A

Tints of Silver Tree #75C09A

Color information

#75C09A (or 0x75C09A) is unknown color: approx Silver Tree. HEX triplet: 75, C0 and 9A. RGB value is (117,192,154). Sum of RGB (Red+Green+Blue) = 117+192+154=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #75C09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C09A is #8A3F65. Grayscale: #A5A5A5. Windows color (decimal): -9060198 or 10141813. OLE color: 10141813.

HSL color Cylindrical-coordinate representation of color #75C09A: hue angle of 149.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C09A is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB117192154-
CMYK0.3900.200.25
HSL149.6º37.31%60.59%-
HSV(B)149.6º39.06%75.29%-
XYZ32.0243.8137.34-
YUV165.24121.6593.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=25.27%
G=41.47%
B=33.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171921540.3900.200.25149.637.3160.59
Hex75C09A270141996253d
Octal16530023247024312264575
Binary111010111000000100110101001110101001100110010110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,192,154); }

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

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

 a { background-color: rgb(117,192,154); }

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

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

 span { border-color: rgb(117,192,154); }

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