#6B8053

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

Shades of Willow Grove #6B8053

Tints of Willow Grove #6B8053

Color information

#6B8053 (or 0x6B8053) is unknown color: approx Willow Grove. HEX triplet: 6B, 80 and 53. RGB value is (107,128,83). Sum of RGB (Red+Green+Blue) = 107+128+83=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #6B8053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8053 is #947FAC. Grayscale: #747474. Windows color (decimal): -9732013 or 5472363. OLE color: 5472363.

HSL color Cylindrical-coordinate representation of color #6B8053: hue angle of 88º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B8053 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB10712883-
CMYK0.1600.350.50
HSL88º21.33%41.37%-
HSV(B)88º35.16%50.2%-
XYZ15.3419.1911.08-
YUV116.59109.04121.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 128 (50.39% from 255) = 40.25%
BLUE value IS 83 (32.81% from 255) = 26.10%
R=33.65%
G=40.25%
B=26.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal107128830.1600.350.508821.3341.37
Hex6B80531002332581529
Octal15320012320043621302551
Binary1101011100000001010011100000100011110010101100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,128,83); }

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

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

 a { background-color: rgb(107,128,83); }

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

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

 span { border-color: rgb(107,128,83); }

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