#75C392

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

Shades of Silver Tree #75C392

Tints of Silver Tree #75C392

Color information

#75C392 (or 0x75C392) is unknown color: approx Silver Tree. HEX triplet: 75, C3 and 92. RGB value is (117,195,146). Sum of RGB (Red+Green+Blue) = 117+195+146=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #75C392 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C392 is #8A3C6D. Grayscale: #A6A6A6. Windows color (decimal): -9059438 or 9618293. OLE color: 9618293.

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

Color convert

RGB117195146-
CMYK0.400.250.24
HSL142.31º39.39%61.18%-
HSV(B)142.31º40%76.47%-
XYZ32.0444.8934.17-
YUV166.09116.6692.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.55%
GREEN value IS 195 (76.56% from 255) = 42.58%
BLUE value IS 146 (57.42% from 255) = 31.88%
R=25.55%
G=42.58%
B=31.88%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171951460.400.250.24142.3139.3961.18
Hex75C39228019188e273d
Octal16530322250031302164775
Binary111010111000011100100101010000110011100010001110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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