#6E8050

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

Shades of Willow Grove #6E8050

Tints of Willow Grove #6E8050

Color information

#6E8050 (or 0x6E8050) is unknown color: approx Willow Grove. HEX triplet: 6E, 80 and 50. RGB value is (110,128,80). Sum of RGB (Red+Green+Blue) = 110+128+80=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #6E8050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8050 is #917FAF. Grayscale: #757575. Windows color (decimal): -9535408 or 5275758. OLE color: 5275758.

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

Color convert

RGB11012880-
CMYK0.1400.380.50
HSL82.5º23.08%40.78%-
HSV(B)82.5º37.5%50.2%-
XYZ15.619.3310.5-
YUV117.15107.04122.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 128 (50.39% from 255) = 40.25%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=34.59%
G=40.25%
B=25.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110128800.1400.380.5082.523.0840.78
Hex6E8050E02632531729
Octal15620012016046621232751
Binary110111010000000101000011100100110110010101001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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