#698340

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

Shades of Dingley #698340

Tints of Dingley #698340

Color information

#698340 (or 0x698340) is unknown color: approx Dingley. HEX triplet: 69, 83 and 40. RGB value is (105,131,64). Sum of RGB (Red+Green+Blue) = 105+131+64=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #698340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698340 is #967CBF. Grayscale: #737373. Windows color (decimal): -9862336 or 4227945. OLE color: 4227945.

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

Color convert

RGB10513164-
CMYK0.2000.510.49
HSL83.28º34.36%38.24%-
HSV(B)83.28º51.15%51.37%-
XYZ14.8719.617.85-
YUV115.5998.89120.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 131 (51.56% from 255) = 43.67%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=35%
G=43.67%
B=21.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105131640.2000.510.4983.2834.3638.24
Hex6983401403331532226
Octal15120310024063611234246
Binary11010011000001110000001010001100111100011010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698340; }

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

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

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

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

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

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

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

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