#698D49

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

Shades of Dingley #698D49

Tints of Dingley #698D49

Color information

#698D49 (or 0x698D49) is unknown color: approx Dingley. HEX triplet: 69, 8D and 49. RGB value is (105,141,73). Sum of RGB (Red+Green+Blue) = 105+141+73=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #698D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D49 is #9672B6. Grayscale: #7A7A7A. Windows color (decimal): -9859767 or 4820329. OLE color: 4820329.

HSL color Cylindrical-coordinate representation of color #698D49: hue angle of 91.76º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698D49 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB10514173-
CMYK0.2600.480.45
HSL91.76º31.78%41.96%-
HSV(B)91.76º48.23%55.29%-
XYZ16.5522.539.78-
YUV122.48100.07115.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 141 (55.47% from 255) = 44.20%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=32.92%
G=44.20%
B=22.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105141730.2600.480.4591.7631.7841.96
Hex698D491A0302D5c202a
Octal15121511132060551344052
Binary11010011000110110010011101001100001011011011100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698D49; }

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

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

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

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

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

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

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

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