Html Css Color HEX #697063 Willow Grove

📋 copy color: '#697063'

red 105 ◦ green 112 ◦ blue 99

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

Shades of Willow Grove #697063

Tints of Willow Grove #697063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 99 (39.06% from 255) = 31.33%

R = 33.23%
G = 35.44%
B = 31.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#697063 (or 0x697063) is known color: Willow Grove. HEX triplet: 69, 70 and 63. RGB value is (105,112,99). Sum of RGB (Red+Green+Blue) = 105+112+99=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #697063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697063 is #968F9C. Grayscale: #6C6C6C. Windows color (decimal): -9867165 or 6516841. OLE color: 6516841.

HSL color Cylindrical-coordinate representation of color #697063: hue angle of 92.31º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #697063 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 112 99 -
CMYK 0.06 0 0.12 0.56
HSL 92.31º 0.06% 0.41% -
HSV(B) 92.31º 0.12% 0.44% -
XYZ 13.87 15.49 14.06 -
YUV 108.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 105 112 99 0.06 0 0.12 0.56 92.31 0.06 0.41
Hex 69 70 63 6 0 C 38 5C 6 29
Octal 151 160 143 6 0 14 70 134 6 51
Binary 1101001 1110000 1100011 110 0 1100 111000 1011100 110 101001

Color Harmonies of #697063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697063

Black with #697063

Text Example


Text Example

White with #697063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697063; }

 p { color: rgb(105,112,99); }

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

background-color css

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

 a { background-color: rgb(105,112,99); }

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

border-color css

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

 span { border-color: rgb(105,112,99); }

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