#66BE82

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

Shades of Silver Tree #66BE82

Tints of Silver Tree #66BE82

Color information

#66BE82 (or 0x66BE82) is unknown color: approx Silver Tree. HEX triplet: 66, BE and 82. RGB value is (102,190,130). Sum of RGB (Red+Green+Blue) = 102+190+130=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BE82 is #99417D. Grayscale: #9D9D9D. Windows color (decimal): -10043774 or 8568422. OLE color: 8568422.

HSL color Cylindrical-coordinate representation of color #66BE82: hue angle of 139.09º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BE82 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB102190130-
CMYK0.4600.320.25
HSL139.09º40.37%57.25%-
HSV(B)139.09º46.32%74.51%-
XYZ27.9241.2627.61-
YUV156.85112.8588.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 190 (74.61% from 255) = 45.02%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=24.17%
G=45.02%
B=30.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021901300.4600.320.25139.0940.3757.25
Hex66BE822E020198b2839
Octal14627620256040312135071
Binary1100110101111101000001010111001000001100110001011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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