#697D47

Color #697D47 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #697D47

Tints of Dingley #697D47

Color information

#697D47 (or 0x697D47) is unknown color: approx Dingley. HEX triplet: 69, 7D and 47. RGB value is (105,125,71). Sum of RGB (Red+Green+Blue) = 105+125+71=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #697D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697D47 is #9682B8. Grayscale: #717171. Windows color (decimal): -9863865 or 4685161. OLE color: 4685161.

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

Color convert

RGB10512571-
CMYK0.1600.430.51
HSL82.22º27.55%38.43%-
HSV(B)82.22º43.2%49.02%-
XYZ14.318.138.71-
YUV112.86104.37122.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=34.88%
G=41.53%
B=23.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105125710.1600.430.5182.2227.5538.43
Hex697D471002B33521c26
Octal15117510720053631223446
Binary110100111111011000111100000101011110011101001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #697D47;
 }
 .AnyTagClassName
 {
   color: #697D47;
 }
</style>
background-color css

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

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

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

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

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

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