#6E825B

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

Shades of Willow Grove #6E825B

Tints of Willow Grove #6E825B

Color information

#6E825B (or 0x6E825B) is unknown color: approx Willow Grove. HEX triplet: 6E, 82 and 5B. RGB value is (110,130,91). Sum of RGB (Red+Green+Blue) = 110+130+91=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #6E825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E825B is #917DA4. Grayscale: #777777. Windows color (decimal): -9534885 or 5997166. OLE color: 5997166.

HSL color Cylindrical-coordinate representation of color #6E825B: hue angle of 90.77º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E825B is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB11013091-
CMYK0.1500.300.49
HSL90.77º17.65%43.33%-
HSV(B)90.77º30%50.98%-
XYZ16.320.0412.91-
YUV119.57111.87121.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.23%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=33.23%
G=39.27%
B=27.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110130910.1500.300.4990.7717.6543.33
Hex6E825BF01E315b122b
Octal15620213317036611332253
Binary11011101000001010110111111011110110001101101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,130,91); }

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

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

 a { background-color: rgb(110,130,91); }

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

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

 span { border-color: rgb(110,130,91); }

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