#6F8452

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

Shades of Willow Grove #6F8452

Tints of Willow Grove #6F8452

Color information

#6F8452 (or 0x6F8452) is unknown color: approx Willow Grove. HEX triplet: 6F, 84 and 52. RGB value is (111,132,82). Sum of RGB (Red+Green+Blue) = 111+132+82=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8452 is #907BAD. Grayscale: #787878. Windows color (decimal): -9468846 or 5407855. OLE color: 5407855.

HSL color Cylindrical-coordinate representation of color #6F8452: hue angle of 85.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F8452 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB11113282-
CMYK0.1600.380.48
HSL85.2º23.36%41.96%-
HSV(B)85.2º37.88%51.76%-
XYZ16.3320.4911.08-
YUV120.02106.54121.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.15%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 82 (32.42% from 255) = 25.23%
R=34.15%
G=40.62%
B=25.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111132820.1600.380.4885.223.3641.96
Hex6F8452100263055172a
Octal15720412220046601252752
Binary1101111100001001010010100000100110110000101010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,132,82); }

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

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

 a { background-color: rgb(111,132,82); }

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

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

 span { border-color: rgb(111,132,82); }

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