#75D694

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

Shades of Silver Tree #75D694

Tints of Silver Tree #75D694

Color information

#75D694 (or 0x75D694) is unknown color: approx Silver Tree. HEX triplet: 75, D6 and 94. RGB value is (117,214,148). Sum of RGB (Red+Green+Blue) = 117+214+148=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #75D694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D694 is #8A296B. Grayscale: #B1B1B1. Windows color (decimal): -9054572 or 9754229. OLE color: 9754229.

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

Color convert

RGB117214148-
CMYK0.4500.310.16
HSL139.18º54.19%64.9%-
HSV(B)139.18º45.33%83.92%-
XYZ36.7354.0136.51-
YUV177.47111.3684.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 214 (83.98% from 255) = 44.68%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=24.43%
G=44.68%
B=30.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172141480.4500.310.16139.1854.1964.9
Hex75D6942D01F108b3641
Octal165326224550372021366101
Binary1110101110101101001010010110101111110000100010111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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