#697D50

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

Shades of Dingley #697D50

Tints of Dingley #697D50

Color information

#697D50 (or 0x697D50) is unknown color: approx Dingley. HEX triplet: 69, 7D and 50. RGB value is (105,125,80). Sum of RGB (Red+Green+Blue) = 105+125+80=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #697D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D50 is #9682AF. Grayscale: #727272. Windows color (decimal): -9863856 or 5274985. OLE color: 5274985.

HSL color Cylindrical-coordinate representation of color #697D50: hue angle of 86.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #697D50 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB10512580-
CMYK0.1600.360.51
HSL86.67º21.95%40.2%-
HSV(B)86.67º36%49.02%-
XYZ14.6118.2510.34-
YUV113.89108.87121.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=33.87%
G=40.32%
B=25.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105125800.1600.360.5186.6721.9540.2
Hex697D501002433571628
Octal15117512020044631272650
Binary110100111111011010000100000100100110011101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,125,80); }

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

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

 a { background-color: rgb(105,125,80); }

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

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

 span { border-color: rgb(105,125,80); }

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