#697C44

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

Shades of Dingley #697C44

Tints of Dingley #697C44

Color information

#697C44 (or 0x697C44) is unknown color: approx Dingley. HEX triplet: 69, 7C and 44. RGB value is (105,124,68). Sum of RGB (Red+Green+Blue) = 105+124+68=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #697C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C44 is #9683BB. Grayscale: #707070. Windows color (decimal): -9864124 or 4488297. OLE color: 4488297.

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

Color convert

RGB10512468-
CMYK0.1500.450.51
HSL80.36º29.17%37.65%-
HSV(B)80.36º45.16%48.63%-
XYZ14.0817.848.17-
YUV111.93103.21123.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=35.35%
G=41.75%
B=22.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105124680.1500.450.5180.3629.1737.65
Hex697C44F02D33501d26
Octal15117410417055631203546
Binary11010011111100100010011110101101110011101000011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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