#69794F

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

Shades of Willow Grove #69794F

Tints of Willow Grove #69794F

Color information

#69794F (or 0x69794F) is unknown color: approx Willow Grove. HEX triplet: 69, 79 and 4F. RGB value is (105,121,79). Sum of RGB (Red+Green+Blue) = 105+121+79=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #69794F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69794F is #9686B0. Grayscale: #6F6F6F. Windows color (decimal): -9864881 or 5208425. OLE color: 5208425.

HSL color Cylindrical-coordinate representation of color #69794F: hue angle of 82.86º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69794F is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB10512179-
CMYK0.1300.350.53
HSL82.86º21%39.22%-
HSV(B)82.86º34.71%47.45%-
XYZ14.0717.249.98-
YUV111.43109.7123.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=34.43%
G=39.67%
B=25.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105121790.1300.350.5382.862139.22
Hex69794FD02335531527
Octal15117111715043651232547
Binary11010011111001100111111010100011110101101001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69794F; }

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

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

<style>
 a { background-color: #69794F; }

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

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

<style>
 span { border-color: #69794F; }

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

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