#6F825F

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

Shades of Willow Grove #6F825F

Tints of Willow Grove #6F825F

Color information

#6F825F (or 0x6F825F) is unknown color: approx Willow Grove. HEX triplet: 6F, 82 and 5F. RGB value is (111,130,95). Sum of RGB (Red+Green+Blue) = 111+130+95=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #6F825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F825F is #907DA0. Grayscale: #787878. Windows color (decimal): -9469345 or 6259311. OLE color: 6259311.

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

Color convert

RGB11113095-
CMYK0.1500.270.49
HSL92.57º15.56%44.12%-
HSV(B)92.57º26.92%50.98%-
XYZ16.620.1713.84-
YUV120.33113.71121.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=33.04%
G=38.69%
B=28.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111130950.1500.270.4992.5715.5644.12
Hex6F825FF01B315d102c
Octal15720213717033611352054
Binary11011111000001010111111111011011110001101110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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