#6B765E

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

Shades of Willow Grove #6B765E

Tints of Willow Grove #6B765E

Color information

#6B765E (or 0x6B765E) is unknown color: approx Willow Grove. HEX triplet: 6B, 76 and 5E. RGB value is (107,118,94). Sum of RGB (Red+Green+Blue) = 107+118+94=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 118 - color contains mainly: green. Hex color #6B765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B765E is #9489A1. Grayscale: #707070. Windows color (decimal): -9734562 or 6190699. OLE color: 6190699.

HSL color Cylindrical-coordinate representation of color #6B765E: hue angle of 87.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B765E is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB10711894-
CMYK0.0900.200.54
HSL87.5º11.32%41.57%-
HSV(B)87.5º20.34%46.27%-
XYZ14.5616.8913.08-
YUV111.98117.86124.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=33.54%
G=36.99%
B=29.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107118940.0900.200.5487.511.3241.57
Hex6B765E90143658b2a
Octal15316613611024661301352
Binary110101111101101011110100101010011011010110001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,94); }

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

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

 a { background-color: rgb(107,118,94); }

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

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

 span { border-color: rgb(107,118,94); }

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