#6F8655

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

Shades of Willow Grove #6F8655

Tints of Willow Grove #6F8655

Color information

#6F8655 (or 0x6F8655) is unknown color: approx Willow Grove. HEX triplet: 6F, 86 and 55. RGB value is (111,134,85). Sum of RGB (Red+Green+Blue) = 111+134+85=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #6F8655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8655 is #9079AA. Grayscale: #797979. Windows color (decimal): -9468331 or 5604975. OLE color: 5604975.

HSL color Cylindrical-coordinate representation of color #6F8655: hue angle of 88.16º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F8655 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB11113485-
CMYK0.1700.370.47
HSL88.16º22.37%42.94%-
HSV(B)88.16º36.57%52.55%-
XYZ16.7221.0911.78-
YUV121.54107.38120.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.64%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=33.64%
G=40.61%
B=25.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111134850.1700.370.4788.1622.3742.94
Hex6F8655110252F58162b
Octal15720612521045571302653
Binary1101111100001101010101100010100101101111101100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,134,85); }

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

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

 a { background-color: rgb(111,134,85); }

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

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

 span { border-color: rgb(111,134,85); }

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