#6F8160

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

Shades of Willow Grove #6F8160

Tints of Willow Grove #6F8160

Color information

#6F8160 (or 0x6F8160) is unknown color: approx Willow Grove. HEX triplet: 6F, 81 and 60. RGB value is (111,129,96). Sum of RGB (Red+Green+Blue) = 111+129+96=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8160 is #907E9F. Grayscale: #777777. Windows color (decimal): -9469600 or 6324591. OLE color: 6324591.

HSL color Cylindrical-coordinate representation of color #6F8160: hue angle of 92.73º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F8160 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB11112996-
CMYK0.1400.260.49
HSL92.73º14.67%44.12%-
HSV(B)92.73º25.58%50.59%-
XYZ16.5219.9214.04-
YUV119.86114.54121.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=33.04%
G=38.39%
B=28.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111129960.1400.260.4992.7314.6744.12
Hex6F8160E01A315df2c
Octal15720114016032611351754
Binary1101111100000011100000111001101011000110111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,129,96); }

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

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

 a { background-color: rgb(111,129,96); }

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

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

 span { border-color: rgb(111,129,96); }

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