#6B765A

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

Shades of Willow Grove #6B765A

Tints of Willow Grove #6B765A

Color information

#6B765A (or 0x6B765A) is unknown color: approx Willow Grove. HEX triplet: 6B, 76 and 5A. RGB value is (107,118,90). Sum of RGB (Red+Green+Blue) = 107+118+90=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #6B765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B765A is #9489A5. Grayscale: #6F6F6F. Windows color (decimal): -9734566 or 5928555. OLE color: 5928555.

HSL color Cylindrical-coordinate representation of color #6B765A: hue angle of 83.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B765A is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB10711890-
CMYK0.0900.240.54
HSL83.57º13.46%40.78%-
HSV(B)83.57º23.73%46.27%-
XYZ14.3916.8212.16-
YUV111.52115.86124.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.97%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=33.97%
G=37.46%
B=28.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107118900.0900.240.5483.5713.4640.78
Hex6B765A90183654d29
Octal15316613211030661241551
Binary110101111101101011010100101100011011010101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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