#75D696

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

Shades of Silver Tree #75D696

Tints of Silver Tree #75D696

Color information

#75D696 (or 0x75D696) is unknown color: approx Silver Tree. HEX triplet: 75, D6 and 96. RGB value is (117,214,150). Sum of RGB (Red+Green+Blue) = 117+214+150=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #75D696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D696 is #8A2969. Grayscale: #B1B1B1. Windows color (decimal): -9054570 or 9885301. OLE color: 9885301.

HSL color Cylindrical-coordinate representation of color #75D696: hue angle of 140.41º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D696 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB117214150-
CMYK0.4500.300.16
HSL140.41º54.19%64.9%-
HSV(B)140.41º45.33%83.92%-
XYZ36.8954.0837.35-
YUV177.7112.3684.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.32%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=24.32%
G=44.49%
B=31.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172141500.4500.300.16140.4154.1964.9
Hex75D6962D01E108c3641
Octal165326226550362021466101
Binary1110101110101101001011010110101111010000100011001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,214,150); }

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

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

 a { background-color: rgb(117,214,150); }

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

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

 span { border-color: rgb(117,214,150); }

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