#6F824E

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

Shades of Willow Grove #6F824E

Tints of Willow Grove #6F824E

Color information

#6F824E (or 0x6F824E) is unknown color: approx Willow Grove. HEX triplet: 6F, 82 and 4E. RGB value is (111,130,78). Sum of RGB (Red+Green+Blue) = 111+130+78=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #6F824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F824E is #907DB1. Grayscale: #767676. Windows color (decimal): -9469362 or 5145199. OLE color: 5145199.

HSL color Cylindrical-coordinate representation of color #6F824E: hue angle of 81.92º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F824E is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB11113078-
CMYK0.1500.400.49
HSL81.92º25%40.78%-
HSV(B)81.92º40%50.98%-
XYZ15.9119.8910.21-
YUV118.39105.21122.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.80%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 78 (30.86% from 255) = 24.45%
R=34.80%
G=40.75%
B=24.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111130780.1500.400.4981.922540.78
Hex6F824EF02831521929
Octal15720211617050611223151
Binary110111110000010100111011110101000110001101001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,130,78); }

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

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

 a { background-color: rgb(111,130,78); }

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

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

 span { border-color: rgb(111,130,78); }

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