#697C3F

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

Shades of Dingley #697C3F

Tints of Dingley #697C3F

Color information

#697C3F (or 0x697C3F) is unknown color: approx Dingley. HEX triplet: 69, 7C and 3F. RGB value is (105,124,63). Sum of RGB (Red+Green+Blue) = 105+124+63=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #697C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C3F is #9683C0. Grayscale: #6F6F6F. Windows color (decimal): -9864129 or 4160617. OLE color: 4160617.

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

Color convert

RGB10512463-
CMYK0.1500.490.51
HSL78.69º32.62%36.67%-
HSV(B)78.69º49.19%48.63%-
XYZ13.9317.787.4-
YUV111.36100.71123.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 63 (25% from 255) = 21.58%
R=35.96%
G=42.47%
B=21.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105124630.1500.490.5178.6932.6236.67
Hex697C3FF031334f2125
Octal1511747717061631174145
Binary11010011111100111111111101100011100111001111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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