Html Css Color HEX #697255 Willow Grove

📋 copy color: '#697255'

red 105 ◦ green 114 ◦ blue 85

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

Shades of Willow Grove #697255

Tints of Willow Grove #697255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

 BLUE value IS 85 (33.59% from 255) = 27.96%

R = 34.54%
G = 37.5%
B = 27.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#697255 (or 0x697255) is known color: Willow Grove. HEX triplet: 69, 72 and 55. RGB value is (105,114,85). Sum of RGB (Red+Green+Blue) = 105+114+85=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #697255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697255 is #968DAA. Grayscale: #6C6C6C. Windows color (decimal): -9866667 or 5599849. OLE color: 5599849.

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

Color convert

RGB 105 114 85 -
CMYK 0.08 0 0.25 0.55
HSL 78.62º 0.15% 0.39% -
HSV(B) 78.62º 0.25% 0.45% -
XYZ 13.48 15.69 10.91 -
YUV 108 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 105 114 85 0.08 0 0.25 0.55 78.62 0.15 0.39
Hex 69 72 55 8 0 19 37 4F F 27
Octal 151 162 125 10 0 31 67 117 17 47
Binary 1101001 1110010 1010101 1000 0 11001 110111 1001111 1111 100111

Color Harmonies of #697255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697255

Black with #697255

Text Example


Text Example

White with #697255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697255; }

 p { color: rgb(105,114,85); }

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

background-color css

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

 a { background-color: rgb(105,114,85); }

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

border-color css

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

 span { border-color: rgb(105,114,85); }

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