Html Css Color HEX #697946 Dingley

📋 copy color: '#697946'

red 105 ◦ green 121 ◦ blue 70

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

Shades of Dingley #697946

Tints of Dingley #697946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 35.47%
G = 40.88%
B = 23.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#697946 (or 0x697946) is known color: Dingley. HEX triplet: 69, 79 and 46. RGB value is (105,121,70). Sum of RGB (Red+Green+Blue) = 105+121+70=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #697946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697946 is #9686B9. Grayscale: #6E6E6E. Windows color (decimal): -9864890 or 4618601. OLE color: 4618601.

HSL color Cylindrical-coordinate representation of color #697946: hue angle of 78.82º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #697946 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 121 70 -
CMYK 0.13 0 0.42 0.53
HSL 78.82º 0.27% 0.37% -
HSV(B) 78.82º 0.42% 0.47% -
XYZ 13.77 17.12 8.37 -
YUV 110.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 105 121 70 0.13 0 0.42 0.53 78.82 0.27 0.37
Hex 69 79 46 D 0 2A 35 4F 1B 25
Octal 151 171 106 15 0 52 65 117 33 45
Binary 1101001 1111001 1000110 1101 0 101010 110101 1001111 11011 100101

Color Harmonies of #697946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697946

Black with #697946

Text Example


Text Example

White with #697946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697946; }

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

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

background-color css

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

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

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

border-color css

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

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

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