#698249

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

Shades of Dingley #698249

Tints of Dingley #698249

Color information

#698249 (or 0x698249) is unknown color: approx Dingley. HEX triplet: 69, 82 and 49. RGB value is (105,130,73). Sum of RGB (Red+Green+Blue) = 105+130+73=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #698249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698249 is #967DB6. Grayscale: #747474. Windows color (decimal): -9862583 or 4817513. OLE color: 4817513.

HSL color Cylindrical-coordinate representation of color #698249: hue angle of 86.32º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #698249 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB10513073-
CMYK0.1900.440.49
HSL86.32º28.08%39.8%-
HSV(B)86.32º43.85%50.98%-
XYZ15.0119.459.27-
YUV116.03103.72120.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=34.09%
G=42.21%
B=23.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130730.1900.440.4986.3228.0839.8
Hex6982491302C31561c28
Octal15120211123054611263450
Binary1101001100000101001001100110101100110001101011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698249; }

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

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

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

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

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

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

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

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