Html Css Color HEX #66AB82 Silver Tree

📋 copy color: '#66AB82'

red 102 ◦ green 171 ◦ blue 130

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

Shades of Silver Tree #66AB82

Tints of Silver Tree #66AB82

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.43%

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 25.31%
G = 42.43%
B = 32.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#66AB82 (or 0x66AB82) is known color: Silver Tree. HEX triplet: 66, AB and 82. RGB value is (102,171,130). Sum of RGB (Red+Green+Blue) = 102+171+130=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB82 is #99547D. Grayscale: #919191. Windows color (decimal): -10048638 or 8563558. OLE color: 8563558.

HSL color Cylindrical-coordinate representation of color #66AB82: hue angle of 144.35º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AB82 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 171 130 -
CMYK 0.40 0 0.24 0.33
HSL 144.35º 0.29% 0.54% -
HSV(B) 144.35º 0.4% 0.67% -
XYZ 24.07 33.56 26.33 -
YUV 145.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 102 171 130 0.40 0 0.24 0.33 144.35 0.29 0.54
Hex 66 AB 82 28 0 18 21 90 1D 36
Octal 146 253 202 50 0 30 41 220 35 66
Binary 1100110 10101011 10000010 101000 0 11000 100001 10010000 11101 110110

Color Harmonies of #66AB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB82

Black with #66AB82

Text Example


Text Example

White with #66AB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,171,130); }

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

background-color css

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

 a { background-color: rgb(102,171,130); }

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

border-color css

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

 span { border-color: rgb(102,171,130); }

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