#698246

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

Shades of Dingley #698246

Tints of Dingley #698246

Color information

#698246 (or 0x698246) is unknown color: approx Dingley. HEX triplet: 69, 82 and 46. RGB value is (105,130,70). Sum of RGB (Red+Green+Blue) = 105+130+70=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #698246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698246 is #967DB9. Grayscale: #737373. Windows color (decimal): -9862586 or 4620905. OLE color: 4620905.

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

Color convert

RGB10513070-
CMYK0.1900.460.49
HSL85º30%39.22%-
HSV(B)85º46.15%50.98%-
XYZ14.9119.418.75-
YUV115.68102.22120.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=34.43%
G=42.62%
B=22.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130700.1900.460.49853039.22
Hex6982461302E31551e27
Octal15120210623056611253647
Binary1101001100000101000110100110101110110001101010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698246; }

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

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

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

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

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

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

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

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