#697954

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

Shades of Willow Grove #697954

Tints of Willow Grove #697954

Color information

#697954 (or 0x697954) is unknown color: approx Willow Grove. HEX triplet: 69, 79 and 54. RGB value is (105,121,84). Sum of RGB (Red+Green+Blue) = 105+121+84=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #697954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697954 is #9686AB. Grayscale: #707070. Windows color (decimal): -9864876 or 5536105. OLE color: 5536105.

HSL color Cylindrical-coordinate representation of color #697954: hue angle of 85.95º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697954 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB10512184-
CMYK0.1300.310.53
HSL85.95º18.05%40.2%-
HSV(B)85.95º30.58%47.45%-
XYZ14.2617.3210.98-
YUV112112.2123.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 84 (33.20% from 255) = 27.10%
R=33.87%
G=39.03%
B=27.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105121840.1300.310.5385.9518.0540.2
Hex697954D01F35561228
Octal15117112415037651262250
Binary1101001111100110101001101011111110101101011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697954; }

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

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

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

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

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

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

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

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