#75C199

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

Shades of Silver Tree #75C199

Tints of Silver Tree #75C199

Color information

#75C199 (or 0x75C199) is unknown color: approx Silver Tree. HEX triplet: 75, C1 and 99. RGB value is (117,193,153). Sum of RGB (Red+Green+Blue) = 117+193+153=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #75C199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C199 is #8A3E66. Grayscale: #A5A5A5. Windows color (decimal): -9059943 or 10076533. OLE color: 10076533.

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

Color convert

RGB117193153-
CMYK0.3900.210.24
HSL148.42º38%60.78%-
HSV(B)148.42º39.38%75.69%-
XYZ32.1644.2236.98-
YUV165.72120.8293.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 193 (75.78% from 255) = 41.68%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=25.27%
G=41.68%
B=33.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171931530.3900.210.24148.423860.78
Hex75C199270151894263d
Octal16530123147025302244675
Binary111010111000001100110011001110101011100010010100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,193,153); }

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

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

 a { background-color: rgb(117,193,153); }

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

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

 span { border-color: rgb(117,193,153); }

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