#69765B

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

Shades of Willow Grove #69765B

Tints of Willow Grove #69765B

Color information

#69765B (or 0x69765B) is unknown color: approx Willow Grove. HEX triplet: 69, 76 and 5B. RGB value is (105,118,91). Sum of RGB (Red+Green+Blue) = 105+118+91=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #69765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69765B is #9689A4. Grayscale: #6F6F6F. Windows color (decimal): -9865637 or 5994089. OLE color: 5994089.

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

Color convert

RGB10511891-
CMYK0.1100.230.54
HSL88.89º12.92%40.98%-
HSV(B)88.89º22.88%46.27%-
XYZ14.1916.7212.38-
YUV111.03116.69123.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=33.44%
G=37.58%
B=28.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105118910.1100.230.5488.8912.9240.98
Hex69765BB0173659d29
Octal15116613313027661311551
Binary110100111101101011011101101011111011010110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69765B; }

 p { color: rgb(105,118,91); }

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

<style>
 a { background-color: #69765B; }

 a { background-color: rgb(105,118,91); }

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

<style>
 span { border-color: #69765B; }

 span { border-color: rgb(105,118,91); }

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