#6B7A5D

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

Shades of Willow Grove #6B7A5D

Tints of Willow Grove #6B7A5D

Color information

#6B7A5D (or 0x6B7A5D) is unknown color: approx Willow Grove. HEX triplet: 6B, 7A and 5D. RGB value is (107,122,93). Sum of RGB (Red+Green+Blue) = 107+122+93=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A5D is #9485A2. Grayscale: #727272. Windows color (decimal): -9733539 or 6126187. OLE color: 6126187.

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

Color convert

RGB10712293-
CMYK0.1200.240.52
HSL91.03º13.49%42.16%-
HSV(B)91.03º23.77%47.84%-
XYZ1517.8413.01-
YUV114.21116.03122.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.23%
GREEN value IS 122 (48.05% from 255) = 37.89%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=33.23%
G=37.89%
B=28.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107122930.1200.240.5291.0313.4942.16
Hex6B7A5DC018345bd2a
Octal15317213514030641331552
Binary110101111110101011101110001100011010010110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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