Html Css Color HEX #697554 Willow Grove

📋 copy color: '#697554'

red 105 ◦ green 117 ◦ blue 84

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

Shades of Willow Grove #697554

Tints of Willow Grove #697554

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 34.31%
G = 38.24%
B = 27.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#697554 (or 0x697554) is known color: Willow Grove. HEX triplet: 69, 75 and 54. RGB value is (105,117,84). Sum of RGB (Red+Green+Blue) = 105+117+84=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #697554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697554 is #968AAB. Grayscale: #6D6D6D. Windows color (decimal): -9865900 or 5535081. OLE color: 5535081.

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

Color convert

RGB 105 117 84 -
CMYK 0.10 0 0.28 0.54
HSL 81.82º 0.16% 0.39% -
HSV(B) 81.82º 0.28% 0.46% -
XYZ 13.79 16.37 10.82 -
YUV 109.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 105 117 84 0.10 0 0.28 0.54 81.82 0.16 0.39
Hex 69 75 54 A 0 1C 36 52 10 27
Octal 151 165 124 12 0 34 66 122 20 47
Binary 1101001 1110101 1010100 1010 0 11100 110110 1010010 10000 100111

Color Harmonies of #697554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697554

Black with #697554

Text Example


Text Example

White with #697554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697554; }

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

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

background-color css

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

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

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

border-color css

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

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

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