#6C8052

Color #6C8052 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #6C8052

Tints of Willow Grove #6C8052

Color information

#6C8052 (or 0x6C8052) is unknown color: approx Willow Grove. HEX triplet: 6C, 80 and 52. RGB value is (108,128,82). Sum of RGB (Red+Green+Blue) = 108+128+82=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8052 is #937FAD. Grayscale: #747474. Windows color (decimal): -9666478 or 5406828. OLE color: 5406828.

HSL color Cylindrical-coordinate representation of color #6C8052: hue angle of 86.09º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C8052 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB10812882-
CMYK0.1600.360.50
HSL86.09º21.9%41.18%-
HSV(B)86.09º35.94%50.2%-
XYZ15.4319.2410.88-
YUV116.78108.37121.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 128 (50.39% from 255) = 40.25%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=33.96%
G=40.25%
B=25.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108128820.1600.360.5086.0921.941.18
Hex6C80521002432561629
Octal15420012220044621262651
Binary1101100100000001010010100000100100110010101011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C8052; }

 p { color: rgb(108,128,82); }

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

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

 a { background-color: rgb(108,128,82); }

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

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

 span { border-color: rgb(108,128,82); }

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