#697C46

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

Shades of Dingley #697C46

Tints of Dingley #697C46

Color information

#697C46 (or 0x697C46) is unknown color: approx Dingley. HEX triplet: 69, 7C and 46. RGB value is (105,124,70). Sum of RGB (Red+Green+Blue) = 105+124+70=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #697C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C46 is #9683B9. Grayscale: #707070. Windows color (decimal): -9864122 or 4619369. OLE color: 4619369.

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

Color convert

RGB10512470-
CMYK0.1500.440.51
HSL81.11º27.84%38.04%-
HSV(B)81.11º43.55%48.63%-
XYZ14.1417.868.5-
YUV112.16104.21122.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=35.12%
G=41.47%
B=23.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105124700.1500.440.5181.1127.8438.04
Hex697C46F02C33511c26
Octal15117410617054631213446
Binary11010011111100100011011110101100110011101000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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