#698D47

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

Shades of Dingley #698D47

Tints of Dingley #698D47

Color information

#698D47 (or 0x698D47) is unknown color: approx Dingley. HEX triplet: 69, 8D and 47. RGB value is (105,141,71). Sum of RGB (Red+Green+Blue) = 105+141+71=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #698D47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D47 is #9672B8. Grayscale: #7A7A7A. Windows color (decimal): -9859769 or 4689257. OLE color: 4689257.

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

Color convert

RGB10514171-
CMYK0.2600.500.45
HSL90.86º33.02%41.57%-
HSV(B)90.86º49.65%55.29%-
XYZ16.4922.519.44-
YUV122.2699.07115.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 141 (55.47% from 255) = 44.48%
BLUE value IS 71 (28.12% from 255) = 22.40%
R=33.12%
G=44.48%
B=22.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105141710.2600.500.4590.8633.0241.57
Hex698D471A0322D5b212a
Octal15121510732062551334152
Binary11010011000110110001111101001100101011011011011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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