#697A42

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

Shades of Dingley #697A42

Tints of Dingley #697A42

Color information

#697A42 (or 0x697A42) is unknown color: approx Dingley. HEX triplet: 69, 7A and 42. RGB value is (105,122,66). Sum of RGB (Red+Green+Blue) = 105+122+66=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #697A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697A42 is #9685BD. Grayscale: #6E6E6E. Windows color (decimal): -9864638 or 4356713. OLE color: 4356713.

HSL color Cylindrical-coordinate representation of color #697A42: hue angle of 78.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #697A42 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB10512266-
CMYK0.1400.460.52
HSL78.21º29.79%36.86%-
HSV(B)78.21º45.9%47.84%-
XYZ13.7717.327.77-
YUV110.53102.87124.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 122 (48.05% from 255) = 41.64%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=35.84%
G=41.64%
B=22.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105122660.1400.460.5278.2129.7936.86
Hex697A42E02E344e1e25
Octal15117210216056641163645
Binary11010011111010100001011100101110110100100111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,122,66); }

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

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

 a { background-color: rgb(105,122,66); }

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

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

 span { border-color: rgb(105,122,66); }

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