Html Css Color HEX #697352 Willow Grove

📋 copy color: '#697352'

red 105 ◦ green 115 ◦ blue 82

#697352
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #697352

Tints of Willow Grove #697352

RGB

 RED value IS 105 (41.41% from 255) = 34.77%

 GREEN value IS 115 (45.31% from 255) = 38.08%

 BLUE value IS 82 (32.42% from 255) = 27.15%

R = 34.77%
G = 38.08%
B = 27.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#697352 (or 0x697352) is known color: Willow Grove. HEX triplet: 69, 73 and 52. RGB value is (105,115,82). Sum of RGB (Red+Green+Blue) = 105+115+82=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #697352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697352 is #968CAD. Grayscale: #6C6C6C. Windows color (decimal): -9866414 or 5403497. OLE color: 5403497.

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

Color convert

RGB 105 115 82 -
CMYK 0.09 0 0.29 0.55
HSL 78.18º 0.17% 0.39% -
HSV(B) 78.18º 0.29% 0.45% -
XYZ 13.48 15.87 10.34 -
YUV 108.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 105 115 82 0.09 0 0.29 0.55 78.18 0.17 0.39
Hex 69 73 52 9 0 1D 37 4E 11 27
Octal 151 163 122 11 0 35 67 116 21 47
Binary 1101001 1110011 1010010 1001 0 11101 110111 1001110 10001 100111

Color Harmonies of #697352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697352

Black with #697352

Text Example


Text Example

White with #697352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697352; }

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

 H1.HeaderClassName
 {
   color: #697352;
 }
 .AnyTagClassName
 {
   color: #697352;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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