#75C0A0

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

Shades of Silver Tree #75C0A0

Tints of Silver Tree #75C0A0

Color information

#75C0A0 (or 0x75C0A0) is unknown color: approx Silver Tree. HEX triplet: 75, C0 and A0. RGB value is (117,192,160). Sum of RGB (Red+Green+Blue) = 117+192+160=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #75C0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C0A0 is #8A3F5F. Grayscale: #A5A5A5. Windows color (decimal): -9060192 or 10535029. OLE color: 10535029.

HSL color Cylindrical-coordinate representation of color #75C0A0: hue angle of 154.4º 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 #75C0A0 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB117192160-
CMYK0.3900.170.25
HSL154.4º37.31%60.59%-
HSV(B)154.4º39.06%75.29%-
XYZ32.5344.0240.04-
YUV165.93124.6593.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 192 (75.39% from 255) = 40.94%
BLUE value IS 160 (62.89% from 255) = 34.12%
R=24.95%
G=40.94%
B=34.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171921600.3900.170.25154.437.3160.59
Hex75C0A027011199a253d
Octal16530024047021312324575
Binary111010111000000101000001001110100011100110011010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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