#697A48

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

Shades of Dingley #697A48

Tints of Dingley #697A48

Color information

#697A48 (or 0x697A48) is unknown color: approx Dingley. HEX triplet: 69, 7A and 48. RGB value is (105,122,72). Sum of RGB (Red+Green+Blue) = 105+122+72=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #697A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697A48 is #9685B7. Grayscale: #6F6F6F. Windows color (decimal): -9864632 or 4749929. OLE color: 4749929.

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

Color convert

RGB10512272-
CMYK0.1400.410.52
HSL80.4º25.77%38.04%-
HSV(B)80.4º40.98%47.84%-
XYZ13.9517.398.75-
YUV111.22105.87123.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=35.12%
G=40.80%
B=24.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105122720.1400.410.5280.425.7738.04
Hex697A48E02934501a26
Octal15117211016051641203246
Binary11010011111010100100011100101001110100101000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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