#698849

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

Shades of Dingley #698849

Tints of Dingley #698849

Color information

#698849 (or 0x698849) is unknown color: approx Dingley. HEX triplet: 69, 88 and 49. RGB value is (105,136,73). Sum of RGB (Red+Green+Blue) = 105+136+73=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #698849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698849 is #9677B6. Grayscale: #777777. Windows color (decimal): -9861047 or 4819049. OLE color: 4819049.

HSL color Cylindrical-coordinate representation of color #698849: hue angle of 89.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698849 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB10513673-
CMYK0.2300.460.47
HSL89.52º30.14%40.98%-
HSV(B)89.52º46.32%53.33%-
XYZ15.8321.099.54-
YUV119.55101.73117.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=33.44%
G=43.31%
B=23.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105136730.2300.460.4789.5230.1440.98
Hex6988491702E2F5a1e29
Octal15121011127056571323651
Binary1101001100010001001001101110101110101111101101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698849; }

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

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

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

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

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

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

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

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