#6E7955

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

Shades of Willow Grove #6E7955

Tints of Willow Grove #6E7955

Color information

#6E7955 (or 0x6E7955) is unknown color: approx Willow Grove. HEX triplet: 6E, 79 and 55. RGB value is (110,121,85). Sum of RGB (Red+Green+Blue) = 110+121+85=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #6E7955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7955 is #9186AA. Grayscale: #717171. Windows color (decimal): -9537195 or 5601646. OLE color: 5601646.

HSL color Cylindrical-coordinate representation of color #6E7955: hue angle of 78.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E7955 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB11012185-
CMYK0.0900.300.53
HSL78.33º17.48%40.39%-
HSV(B)78.33º29.75%47.45%-
XYZ14.9117.6511.21-
YUV113.61111.86125.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.81%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=34.81%
G=38.29%
B=26.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110121850.0900.300.5378.3317.4840.39
Hex6E7955901E354e1128
Octal15617112511036651162150
Binary1101110111100110101011001011110110101100111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,121,85); }

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

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

 a { background-color: rgb(110,121,85); }

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

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

 span { border-color: rgb(110,121,85); }

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