#69795A

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

Shades of Willow Grove #69795A

Tints of Willow Grove #69795A

Color information

#69795A (or 0x69795A) is unknown color: approx Willow Grove. HEX triplet: 69, 79 and 5A. RGB value is (105,121,90). Sum of RGB (Red+Green+Blue) = 105+121+90=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #69795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69795A is #9686A5. Grayscale: #707070. Windows color (decimal): -9864870 or 5929321. OLE color: 5929321.

HSL color Cylindrical-coordinate representation of color #69795A: hue angle of 90.97º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69795A is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB10512190-
CMYK0.1300.260.53
HSL90.97º14.69%41.37%-
HSV(B)90.97º25.62%47.45%-
XYZ14.5117.4212.27-
YUV112.68115.2122.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=33.23%
G=38.29%
B=28.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105121900.1300.260.5390.9714.6941.37
Hex69795AD01A355bf29
Octal15117113215032651331751
Binary110100111110011011010110101101011010110110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69795A; }

 p { color: rgb(105,121,90); }

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

<style>
 a { background-color: #69795A; }

 a { background-color: rgb(105,121,90); }

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

<style>
 span { border-color: #69795A; }

 span { border-color: rgb(105,121,90); }

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