Html Css Color HEX #697D55 Willow Grove

📋 copy color: '#697D55'

red 105 ◦ green 125 ◦ blue 85

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

Shades of Willow Grove #697D55

Tints of Willow Grove #697D55

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.68%

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

R = 33.33%
G = 39.68%
B = 26.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#697D55 (or 0x697D55) is known color: Willow Grove. HEX triplet: 69, 7D and 55. RGB value is (105,125,85). Sum of RGB (Red+Green+Blue) = 105+125+85=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 125 - color contains mainly: green. Hex color #697D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D55 is #9682AA. Grayscale: #727272. Windows color (decimal): -9863851 or 5602665. OLE color: 5602665.

HSL color Cylindrical-coordinate representation of color #697D55: hue angle of 90º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #697D55 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 125 85 -
CMYK 0.16 0 0.32 0.51
HSL 90º 0.19% 0.41% -
HSV(B) 90º 0.32% 0.49% -
XYZ 14.8 18.33 11.35 -
YUV 114.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 105 125 85 0.16 0 0.32 0.51 90 0.19 0.41
Hex 69 7D 55 10 0 20 33 5A 13 29
Octal 151 175 125 20 0 40 63 132 23 51
Binary 1101001 1111101 1010101 10000 0 100000 110011 1011010 10011 101001

Color Harmonies of #697D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D55

Black with #697D55

Text Example


Text Example

White with #697D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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