#699349

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

Shades of Dingley #699349

Tints of Dingley #699349

Color information

#699349 (or 0x699349) is unknown color: approx Dingley. HEX triplet: 69, 93 and 49. RGB value is (105,147,73). Sum of RGB (Red+Green+Blue) = 105+147+73=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #699349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699349 is #966CB6. Grayscale: #7E7E7E. Windows color (decimal): -9858231 or 4821865. OLE color: 4821865.

HSL color Cylindrical-coordinate representation of color #699349: hue angle of 94.05º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #699349 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB10514773-
CMYK0.2900.500.42
HSL94.05º33.64%43.14%-
HSV(B)94.05º50.34%57.65%-
XYZ17.4624.3510.08-
YUV126.0198.09113.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=32.31%
G=45.23%
B=22.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105147730.2900.500.4294.0533.6443.14
Hex6993491D0322A5e222b
Octal15122311135062521364253
Binary11010011001001110010011110101100101010101011110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699349; }

 p { color: rgb(105,147,73); }

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

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

 a { background-color: rgb(105,147,73); }

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

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

 span { border-color: rgb(105,147,73); }

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