#6C8256

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

Shades of Willow Grove #6C8256

Tints of Willow Grove #6C8256

Color information

#6C8256 (or 0x6C8256) is unknown color: approx Willow Grove. HEX triplet: 6C, 82 and 56. RGB value is (108,130,86). Sum of RGB (Red+Green+Blue) = 108+130+86=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #6C8256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8256 is #937DA9. Grayscale: #767676. Windows color (decimal): -9665962 or 5669484. OLE color: 5669484.

HSL color Cylindrical-coordinate representation of color #6C8256: hue angle of 90º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C8256 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB10813086-
CMYK0.1700.340.49
HSL90º20.37%42.35%-
HSV(B)90º33.85%50.98%-
XYZ15.8519.8311.8-
YUV118.41109.71120.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=33.33%
G=40.12%
B=26.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108130860.1700.340.499020.3742.35
Hex6C825611022315a142a
Octal15420212621042611322452
Binary1101100100000101010110100010100010110001101101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,130,86); }

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

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

 a { background-color: rgb(108,130,86); }

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

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

 span { border-color: rgb(108,130,86); }

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