#697454

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

Shades of Willow Grove #697454

Tints of Willow Grove #697454

Color information

#697454 (or 0x697454) is unknown color: approx Willow Grove. HEX triplet: 69, 74 and 54. RGB value is (105,116,84). Sum of RGB (Red+Green+Blue) = 105+116+84=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #697454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697454 is #968BAB. Grayscale: #6D6D6D. Windows color (decimal): -9866156 or 5534825. OLE color: 5534825.

HSL color Cylindrical-coordinate representation of color #697454: hue angle of 80.62º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #697454 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB10511684-
CMYK0.0900.280.55
HSL80.62º16%39.22%-
HSV(B)80.62º27.59%45.49%-
XYZ13.6716.1310.78-
YUV109.06113.86125.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=34.43%
G=38.03%
B=27.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116840.0900.280.5580.621639.22
Hex697454901C37511027
Octal15116412411034671212047
Binary1101001111010010101001001011100110111101000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697454; }

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

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

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

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

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

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

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

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