#66B97F

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

Shades of Silver Tree #66B97F

Tints of Silver Tree #66B97F

Color information

#66B97F (or 0x66B97F) is unknown color: approx Silver Tree. HEX triplet: 66, B9 and 7F. RGB value is (102,185,127). Sum of RGB (Red+Green+Blue) = 102+185+127=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #66B97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B97F is #994680. Grayscale: #999999. Windows color (decimal): -10045057 or 8370534. OLE color: 8370534.

HSL color Cylindrical-coordinate representation of color #66B97F: hue angle of 138.07º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B97F is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB102185127-
CMYK0.4500.310.27
HSL138.07º37.22%56.27%-
HSV(B)138.07º44.86%72.55%-
XYZ26.6639.0626.21-
YUV153.5711391.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.64%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 127 (50% from 255) = 30.68%
R=24.64%
G=44.69%
B=30.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851270.4500.310.27138.0737.2256.27
Hex66B97F2D01F1B8a2538
Octal14627117755037332124570
Binary11001101011100111111111011010111111101110001010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,185,127); }

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

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

 a { background-color: rgb(102,185,127); }

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

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

 span { border-color: rgb(102,185,127); }

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