#6A8256

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

Shades of Willow Grove #6A8256

Tints of Willow Grove #6A8256

Color information

#6A8256 (or 0x6A8256) is unknown color: approx Willow Grove. HEX triplet: 6A, 82 and 56. RGB value is (106,130,86). Sum of RGB (Red+Green+Blue) = 106+130+86=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8256 is #957DA9. Grayscale: #757575. Windows color (decimal): -9797034 or 5669482. OLE color: 5669482.

HSL color Cylindrical-coordinate representation of color #6A8256: hue angle of 92.73º 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 #6A8256 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB10613086-
CMYK0.1800.340.49
HSL92.73º20.37%42.35%-
HSV(B)92.73º33.85%50.98%-
XYZ15.6119.711.78-
YUV117.81110.05119.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=32.92%
G=40.37%
B=26.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106130860.1800.340.4992.7320.3742.35
Hex6A825612022315d142a
Octal15220212622042611352452
Binary1101010100000101010110100100100010110001101110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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