#698242

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

Shades of Dingley #698242

Tints of Dingley #698242

Color information

#698242 (or 0x698242) is unknown color: approx Dingley. HEX triplet: 69, 82 and 42. RGB value is (105,130,66). Sum of RGB (Red+Green+Blue) = 105+130+66=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #698242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698242 is #967DBD. Grayscale: #737373. Windows color (decimal): -9862590 or 4358761. OLE color: 4358761.

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

Color convert

RGB10513066-
CMYK0.1900.490.49
HSL83.44º32.65%38.43%-
HSV(B)83.44º49.23%50.98%-
XYZ14.7919.368.11-
YUV115.23100.22120.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=34.88%
G=43.19%
B=21.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130660.1900.490.4983.4432.6538.43
Hex6982421303131532126
Octal15120210223061611234146
Binary11010011000001010000101001101100011100011010011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698242; }

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

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

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

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

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

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

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

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