#668255

Color #668255 Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #668255

Tints of Glade Green #668255

Color information

#668255 (or 0x668255) is unknown color: approx Glade Green. HEX triplet: 66, 82 and 55. RGB value is (102,130,85). Sum of RGB (Red+Green+Blue) = 102+130+85=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #668255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668255 is #997DAA. Grayscale: #747474. Windows color (decimal): -10059179 or 5603942. OLE color: 5603942.

HSL color Cylindrical-coordinate representation of color #668255: hue angle of 97.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668255 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB10213085-
CMYK0.2200.350.49
HSL97.33º20.93%42.16%-
HSV(B)97.33º34.62%50.98%-
XYZ15.119.4511.55-
YUV116.5110.22117.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=32.18%
G=41.01%
B=26.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130850.2200.350.4997.3320.9342.16
Hex668255160233161152a
Octal14620212526043611412552
Binary1100110100000101010101101100100011110001110000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668255; }

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

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

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

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

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

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

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

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