#6E8053

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

Shades of Willow Grove #6E8053

Tints of Willow Grove #6E8053

Color information

#6E8053 (or 0x6E8053) is unknown color: approx Willow Grove. HEX triplet: 6E, 80 and 53. RGB value is (110,128,83). Sum of RGB (Red+Green+Blue) = 110+128+83=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #6E8053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8053 is #917FAC. Grayscale: #757575. Windows color (decimal): -9535405 or 5472366. OLE color: 5472366.

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

Color convert

RGB11012883-
CMYK0.1400.350.50
HSL84º21.33%41.37%-
HSV(B)84º35.16%50.2%-
XYZ15.7119.3811.1-
YUV117.49108.54122.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.27%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 83 (32.81% from 255) = 25.86%
R=34.27%
G=39.88%
B=25.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110128830.1400.350.508421.3341.37
Hex6E8053E02332541529
Octal15620012316043621242551
Binary110111010000000101001111100100011110010101010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,128,83); }

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

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

 a { background-color: rgb(110,128,83); }

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

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

 span { border-color: rgb(110,128,83); }

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