Html Css Color HEX #697062 Willow Grove

📋 copy color: '#697062'

red 105 ◦ green 112 ◦ blue 98

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

Shades of Willow Grove #697062

Tints of Willow Grove #697062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.11%

R = 33.33%
G = 35.56%
B = 31.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#697062 (or 0x697062) is known color: Willow Grove. HEX triplet: 69, 70 and 62. RGB value is (105,112,98). Sum of RGB (Red+Green+Blue) = 105+112+98=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #697062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697062 is #968F9D. Grayscale: #6C6C6C. Windows color (decimal): -9867166 or 6451305. OLE color: 6451305.

HSL color Cylindrical-coordinate representation of color #697062: hue angle of 90º degrees, saturation: 0.07, 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 #697062 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 112 98 -
CMYK 0.06 0 0.13 0.56
HSL 90º 0.07% 0.41% -
HSV(B) 90º 0.13% 0.44% -
XYZ 13.82 15.47 13.81 -
YUV 108.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 105 112 98 0.06 0 0.13 0.56 90 0.07 0.41
Hex 69 70 62 6 0 D 38 5A 7 29
Octal 151 160 142 6 0 15 70 132 7 51
Binary 1101001 1110000 1100010 110 0 1101 111000 1011010 111 101001

Color Harmonies of #697062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697062

Black with #697062

Text Example


Text Example

White with #697062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697062; }

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

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

background-color css

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

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

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

border-color css

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

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

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