Html Css Color HEX #697949 Dingley

📋 copy color: '#697949'

red 105 ◦ green 121 ◦ blue 73

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

Shades of Dingley #697949

Tints of Dingley #697949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.47%

 BLUE value IS 73 (28.91% from 255) = 24.41%

R = 35.12%
G = 40.47%
B = 24.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#697949 (or 0x697949) is known color: Dingley. HEX triplet: 69, 79 and 49. RGB value is (105,121,73). Sum of RGB (Red+Green+Blue) = 105+121+73=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #697949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697949 is #9686B6. Grayscale: #6E6E6E. Windows color (decimal): -9864887 or 4815209. OLE color: 4815209.

HSL color Cylindrical-coordinate representation of color #697949: hue angle of 80º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #697949 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 121 73 -
CMYK 0.13 0 0.40 0.53
HSL 80º 0.25% 0.38% -
HSV(B) 80º 0.4% 0.47% -
XYZ 13.87 17.16 8.88 -
YUV 110.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 105 121 73 0.13 0 0.40 0.53 80 0.25 0.38
Hex 69 79 49 D 0 28 35 50 19 26
Octal 151 171 111 15 0 50 65 120 31 46
Binary 1101001 1111001 1001001 1101 0 101000 110101 1010000 11001 100110

Color Harmonies of #697949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697949

Black with #697949

Text Example


Text Example

White with #697949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697949; }

 p { color: rgb(105,121,73); }

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

background-color css

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

 a { background-color: rgb(105,121,73); }

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

border-color css

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

 span { border-color: rgb(105,121,73); }

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