#6E8054

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

Shades of Willow Grove #6E8054

Tints of Willow Grove #6E8054

Color information

#6E8054 (or 0x6E8054) is unknown color: approx Willow Grove. HEX triplet: 6E, 80 and 54. RGB value is (110,128,84). Sum of RGB (Red+Green+Blue) = 110+128+84=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #6E8054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8054 is #917FAB. Grayscale: #757575. Windows color (decimal): -9535404 or 5537902. OLE color: 5537902.

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

Color convert

RGB11012884-
CMYK0.1400.340.50
HSL84.55º20.75%41.57%-
HSV(B)84.55º34.38%50.2%-
XYZ15.7519.3911.3-
YUV117.6109.04122.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=34.16%
G=39.75%
B=26.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110128840.1400.340.5084.5520.7541.57
Hex6E8054E0223255152a
Octal15620012416042621252552
Binary110111010000000101010011100100010110010101010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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