#75C39B

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

Shades of Silver Tree #75C39B

Tints of Silver Tree #75C39B

Color information

#75C39B (or 0x75C39B) is unknown color: approx Silver Tree. HEX triplet: 75, C3 and 9B. RGB value is (117,195,155). Sum of RGB (Red+Green+Blue) = 117+195+155=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #75C39B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C39B is #8A3C64. Grayscale: #A7A7A7. Windows color (decimal): -9059429 or 10208117. OLE color: 10208117.

HSL color Cylindrical-coordinate representation of color #75C39B: hue angle of 149.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C39B is Cyan = 0.4, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB117195155-
CMYK0.400.210.24
HSL149.23º39.39%61.18%-
HSV(B)149.23º40%76.47%-
XYZ32.7745.1838-
YUV167.12121.1692.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 155 (60.94% from 255) = 33.19%
R=25.05%
G=41.76%
B=33.19%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171951550.400.210.24149.2339.3961.18
Hex75C39B280151895273d
Octal16530323350025302254775
Binary111010111000011100110111010000101011100010010101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,195,155); }

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

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

 a { background-color: rgb(117,195,155); }

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

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

 span { border-color: rgb(117,195,155); }

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