#6A7B56

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

Shades of Willow Grove #6A7B56

Tints of Willow Grove #6A7B56

Color information

#6A7B56 (or 0x6A7B56) is unknown color: approx Willow Grove. HEX triplet: 6A, 7B and 56. RGB value is (106,123,86). Sum of RGB (Red+Green+Blue) = 106+123+86=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7B56 is #9584A9. Grayscale: #717171. Windows color (decimal): -9798826 or 5667690. OLE color: 5667690.

HSL color Cylindrical-coordinate representation of color #6A7B56: hue angle of 87.57º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A7B56 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB10612386-
CMYK0.1400.300.52
HSL87.57º17.7%40.98%-
HSV(B)87.57º30.08%48.24%-
XYZ14.7117.911.48-
YUV113.7112.37122.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.65%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 86 (33.98% from 255) = 27.30%
R=33.65%
G=39.05%
B=27.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106123860.1400.300.5287.5717.740.98
Hex6A7B56E01E34581229
Octal15217312616036641302251
Binary1101010111101110101101110011110110100101100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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