#75D695

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

Shades of Silver Tree #75D695

Tints of Silver Tree #75D695

Color information

#75D695 (or 0x75D695) is unknown color: approx Silver Tree. HEX triplet: 75, D6 and 95. RGB value is (117,214,149). Sum of RGB (Red+Green+Blue) = 117+214+149=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #75D695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D695 is #8A296A. Grayscale: #B1B1B1. Windows color (decimal): -9054571 or 9819765. OLE color: 9819765.

HSL color Cylindrical-coordinate representation of color #75D695: hue angle of 139.79º 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 #75D695 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB117214149-
CMYK0.4500.300.16
HSL139.79º54.19%64.9%-
HSV(B)139.79º45.33%83.92%-
XYZ36.8154.0436.93-
YUV177.59111.8684.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.38%
GREEN value IS 214 (83.98% from 255) = 44.58%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=24.38%
G=44.58%
B=31.04%

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
Decimal1172141490.4500.300.16139.7954.1964.9
Hex75D6952D01E108c3641
Octal165326225550362021466101
Binary1110101110101101001010110110101111010000100011001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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