#697D44

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

Shades of Dingley #697D44

Tints of Dingley #697D44

Color information

#697D44 (or 0x697D44) is unknown color: approx Dingley. HEX triplet: 69, 7D and 44. RGB value is (105,125,68). Sum of RGB (Red+Green+Blue) = 105+125+68=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #697D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697D44 is #9682BB. Grayscale: #707070. Windows color (decimal): -9863868 or 4488553. OLE color: 4488553.

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

Color convert

RGB10512568-
CMYK0.1600.460.51
HSL81.05º29.53%37.84%-
HSV(B)81.05º45.6%49.02%-
XYZ14.218.098.21-
YUV112.52102.87122.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 125 (49.22% from 255) = 41.95%
BLUE value IS 68 (26.95% from 255) = 22.82%
R=35.23%
G=41.95%
B=22.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105125680.1600.460.5181.0529.5337.84
Hex697D441002E33511e26
Octal15117510420056631213646
Binary110100111111011000100100000101110110011101000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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