#66C695

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

Shades of Silver Tree #66C695

Tints of Silver Tree #66C695

Color information

#66C695 (or 0x66C695) is unknown color: approx Silver Tree. HEX triplet: 66, C6 and 95. RGB value is (102,198,149). Sum of RGB (Red+Green+Blue) = 102+198+149=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #66C695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C695 is #99396A. Grayscale: #A3A3A3. Windows color (decimal): -10041707 or 9815654. OLE color: 9815654.

HSL color Cylindrical-coordinate representation of color #66C695: hue angle of 149.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C695 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB102198149-
CMYK0.4800.250.22
HSL149.38º45.71%58.82%-
HSV(B)149.38º48.48%77.65%-
XYZ31.145.3835.55-
YUV163.71119.783.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.72%
GREEN value IS 198 (77.73% from 255) = 44.10%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=22.72%
G=44.10%
B=33.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021981490.4800.250.22149.3845.7158.82
Hex66C6953001916952e3b
Octal14630622560031262255673
Binary110011011000110100101011100000110011011010010101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66C695; }

 p { color: rgb(102,198,149); }

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

<style>
 a { background-color: #66C695; }

 a { background-color: rgb(102,198,149); }

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

<style>
 span { border-color: #66C695; }

 span { border-color: rgb(102,198,149); }

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