Html Css Color HEX #66AF80 Silver Tree

📋 copy color: '#66AF80'

red 102 ◦ green 175 ◦ blue 128

#66AF80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #66AF80

Tints of Silver Tree #66AF80

RGB

 RED value IS 102 (40.23% from 255) = 25.19%

 GREEN value IS 175 (68.75% from 255) = 43.21%

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 25.19%
G = 43.21%
B = 31.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#66AF80 (or 0x66AF80) is known color: Silver Tree. HEX triplet: 66, AF and 80. RGB value is (102,175,128). Sum of RGB (Red+Green+Blue) = 102+175+128=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF80 is #99507F. Grayscale: #939393. Windows color (decimal): -10047616 or 8433510. OLE color: 8433510.

HSL color Cylindrical-coordinate representation of color #66AF80: hue angle of 141.37º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF80 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 175 128 -
CMYK 0.42 0 0.27 0.31
HSL 141.37º 0.31% 0.54% -
HSV(B) 141.37º 0.42% 0.69% -
XYZ 24.71 35.04 25.88 -
YUV 147.82 116.82 95.32 -
System Red Green Blue C M Y K H S L
Decimal 102 175 128 0.42 0 0.27 0.31 141.37 0.31 0.54
Hex 66 AF 80 2A 0 1B 1F 8D 1F 36
Octal 146 257 200 52 0 33 37 215 37 66
Binary 1100110 10101111 10000000 101010 0 11011 11111 10001101 11111 110110

Color Harmonies of #66AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AF80

Black with #66AF80

Text Example


Text Example

White with #66AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,175,128); }

 H1.HeaderClassName
 {
   color: #66AF80;
 }
 .AnyTagClassName
 {
   color: #66AF80;
 }
</style>

background-color css

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

 a { background-color: rgb(102,175,128); }

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

border-color css

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

 span { border-color: rgb(102,175,128); }

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