Html Css Color HEX #697850 Willow Grove

📋 copy color: '#697850'

red 105 ◦ green 120 ◦ blue 80

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

Shades of Willow Grove #697850

Tints of Willow Grove #697850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 34.43%
G = 39.34%
B = 26.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#697850 (or 0x697850) is known color: Willow Grove. HEX triplet: 69, 78 and 50. RGB value is (105,120,80). Sum of RGB (Red+Green+Blue) = 105+120+80=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #697850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697850 is #9687AF. Grayscale: #6F6F6F. Windows color (decimal): -9865136 or 5273705. OLE color: 5273705.

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

Color convert

RGB 105 120 80 -
CMYK 0.13 0 0.33 0.53
HSL 82.5º 0.2% 0.39% -
HSV(B) 82.5º 0.33% 0.47% -
XYZ 13.99 17.02 10.14 -
YUV 110.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 105 120 80 0.13 0 0.33 0.53 82.5 0.2 0.39
Hex 69 78 50 D 0 21 35 52 14 27
Octal 151 170 120 15 0 41 65 122 24 47
Binary 1101001 1111000 1010000 1101 0 100001 110101 1010010 10100 100111

Color Harmonies of #697850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697850

Black with #697850

Text Example


Text Example

White with #697850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697850; }

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

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

background-color css

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

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

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

border-color css

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

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

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