Html Css Color HEX #696E5C Willow Grove

📋 copy color: '#696E5C'

red 105 ◦ green 110 ◦ blue 92

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

Shades of Willow Grove #696E5C

Tints of Willow Grove #696E5C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.83%

 BLUE value IS 92 (36.33% from 255) = 29.97%

R = 34.2%
G = 35.83%
B = 29.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#696E5C (or 0x696E5C) is known color: Willow Grove. HEX triplet: 69, 6E and 5C. RGB value is (105,110,92). Sum of RGB (Red+Green+Blue) = 105+110+92=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 110 - color contains mainly: green. Hex color #696E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E5C is #9691A3. Grayscale: #6A6A6A. Windows color (decimal): -9867684 or 6057577. OLE color: 6057577.

HSL color Cylindrical-coordinate representation of color #696E5C: hue angle of 76.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #696E5C is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 110 92 -
CMYK 0.05 0 0.16 0.57
HSL 76.67º 0.09% 0.4% -
HSV(B) 76.67º 0.16% 0.43% -
XYZ 13.33 14.93 12.3 -
YUV 106.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 105 110 92 0.05 0 0.16 0.57 76.67 0.09 0.4
Hex 69 6E 5C 5 0 10 39 4D 9 28
Octal 151 156 134 5 0 20 71 115 11 50
Binary 1101001 1101110 1011100 101 0 10000 111001 1001101 1001 101000

Color Harmonies of #696E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E5C

Black with #696E5C

Text Example


Text Example

White with #696E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696E5C; }

 p { color: rgb(105,110,92); }

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

background-color css

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

 a { background-color: rgb(105,110,92); }

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

border-color css

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

 span { border-color: rgb(105,110,92); }

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