#698346

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

Shades of Dingley #698346

Tints of Dingley #698346

Color information

#698346 (or 0x698346) is unknown color: approx Dingley. HEX triplet: 69, 83 and 46. RGB value is (105,131,70). Sum of RGB (Red+Green+Blue) = 105+131+70=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #698346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698346 is #967CB9. Grayscale: #747474. Windows color (decimal): -9862330 or 4621161. OLE color: 4621161.

HSL color Cylindrical-coordinate representation of color #698346: hue angle of 85.57º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #698346 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB10513170-
CMYK0.2000.470.49
HSL85.57º30.35%39.41%-
HSV(B)85.57º46.56%51.37%-
XYZ15.0519.688.8-
YUV116.27101.89119.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 70 (27.73% from 255) = 22.88%
R=34.31%
G=42.81%
B=22.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105131700.2000.470.4985.5730.3539.41
Hex6983461402F31561e27
Octal15120310624057611263647
Binary1101001100000111000110101000101111110001101011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698346; }

 p { color: rgb(105,131,70); }

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

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

 a { background-color: rgb(105,131,70); }

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

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

 span { border-color: rgb(105,131,70); }

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