#6F795B

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

Shades of Willow Grove #6F795B

Tints of Willow Grove #6F795B

Color information

#6F795B (or 0x6F795B) is unknown color: approx Willow Grove. HEX triplet: 6F, 79 and 5B. RGB value is (111,121,91). Sum of RGB (Red+Green+Blue) = 111+121+91=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #6F795B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F795B is #9086A4. Grayscale: #727272. Windows color (decimal): -9471653 or 5994863. OLE color: 5994863.

HSL color Cylindrical-coordinate representation of color #6F795B: hue angle of 80º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F795B is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB11112191-
CMYK0.0800.250.53
HSL80º14.15%41.57%-
HSV(B)80º24.79%47.45%-
XYZ15.2817.8112.53-
YUV114.59114.69125.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.37%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=34.37%
G=37.46%
B=28.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111121910.0800.250.538014.1541.57
Hex6F795B80193550e2a
Octal15717113310031651201652
Binary110111111110011011011100001100111010110100001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,121,91); }

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

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

 a { background-color: rgb(111,121,91); }

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

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

 span { border-color: rgb(111,121,91); }

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