#6B7A50

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

Shades of Willow Grove #6B7A50

Tints of Willow Grove #6B7A50

Color information

#6B7A50 (or 0x6B7A50) is unknown color: approx Willow Grove. HEX triplet: 6B, 7A and 50. RGB value is (107,122,80). Sum of RGB (Red+Green+Blue) = 107+122+80=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A50 is #9485AF. Grayscale: #707070. Windows color (decimal): -9733552 or 5274219. OLE color: 5274219.

HSL color Cylindrical-coordinate representation of color #6B7A50: hue angle of 81.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B7A50 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB10712280-
CMYK0.1200.340.52
HSL81.43º20.79%39.61%-
HSV(B)81.43º34.43%47.84%-
XYZ14.4717.6210.23-
YUV112.73109.53123.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 122 (48.05% from 255) = 39.48%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=34.63%
G=39.48%
B=25.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107122800.1200.340.5281.4320.7939.61
Hex6B7A50C02234511528
Octal15317212014042641212550
Binary11010111111010101000011000100010110100101000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,122,80); }

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

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

 a { background-color: rgb(107,122,80); }

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

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

 span { border-color: rgb(107,122,80); }

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