Html Css Color HEX #696F5E Willow Grove

📋 copy color: '#696F5E'

red 105 ◦ green 111 ◦ blue 94

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

Shades of Willow Grove #696F5E

Tints of Willow Grove #696F5E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 33.87%
G = 35.81%
B = 30.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#696F5E (or 0x696F5E) is known color: Willow Grove. HEX triplet: 69, 6F and 5E. RGB value is (105,111,94). Sum of RGB (Red+Green+Blue) = 105+111+94=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 111 - color contains mainly: green. Hex color #696F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F5E is #9690A1. Grayscale: #6B6B6B. Windows color (decimal): -9867426 or 6188905. OLE color: 6188905.

HSL color Cylindrical-coordinate representation of color #696F5E: hue angle of 81.18º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696F5E is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 111 94 -
CMYK 0.05 0 0.15 0.56
HSL 81.18º 0.08% 0.4% -
HSV(B) 81.18º 0.15% 0.44% -
XYZ 13.53 15.18 12.81 -
YUV 107.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 105 111 94 0.05 0 0.15 0.56 81.18 0.08 0.4
Hex 69 6F 5E 5 0 F 38 51 8 28
Octal 151 157 136 5 0 17 70 121 10 50
Binary 1101001 1101111 1011110 101 0 1111 111000 1010001 1000 101000

Color Harmonies of #696F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F5E

Black with #696F5E

Text Example


Text Example

White with #696F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,111,94); }

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

background-color css

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

 a { background-color: rgb(105,111,94); }

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

border-color css

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

 span { border-color: rgb(105,111,94); }

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