#698D44

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

Shades of Dingley #698D44

Tints of Dingley #698D44

Color information

#698D44 (or 0x698D44) is unknown color: approx Dingley. HEX triplet: 69, 8D and 44. RGB value is (105,141,68). Sum of RGB (Red+Green+Blue) = 105+141+68=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #698D44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D44 is #9672BB. Grayscale: #7A7A7A. Windows color (decimal): -9859772 or 4492649. OLE color: 4492649.

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

Color convert

RGB10514168-
CMYK0.2600.520.45
HSL89.59º34.93%40.98%-
HSV(B)89.59º51.77%55.29%-
XYZ16.3922.478.94-
YUV121.9197.57115.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 68 (26.95% from 255) = 21.66%
R=33.44%
G=44.90%
B=21.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105141680.2600.520.4589.5934.9340.98
Hex698D441A0342D5a2329
Octal15121510432064551324351
Binary11010011000110110001001101001101001011011011010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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