#697852

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

Shades of Willow Grove #697852

Tints of Willow Grove #697852

Color information

#697852 (or 0x697852) is unknown color: approx Willow Grove. HEX triplet: 69, 78 and 52. RGB value is (105,120,82). Sum of RGB (Red+Green+Blue) = 105+120+82=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #697852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697852 is #9687AD. Grayscale: #6F6F6F. Windows color (decimal): -9865134 or 5404777. OLE color: 5404777.

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

Color convert

RGB10512082-
CMYK0.1300.320.53
HSL83.68º18.81%39.61%-
HSV(B)83.68º31.67%47.06%-
XYZ14.0717.0510.53-
YUV111.18111.53123.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=34.20%
G=39.09%
B=26.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120820.1300.320.5383.6818.8139.61
Hex697852D02035541328
Octal15117012215040651242350
Binary11010011111000101001011010100000110101101010010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697852; }

 p { color: rgb(105,120,82); }

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

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

 a { background-color: rgb(105,120,82); }

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

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

 span { border-color: rgb(105,120,82); }

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