#698E3D

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

Shades of Dingley #698E3D

Tints of Dingley #698E3D

Color information

#698E3D (or 0x698E3D) is unknown color: approx Dingley. HEX triplet: 69, 8E and 3D. RGB value is (105,142,61). Sum of RGB (Red+Green+Blue) = 105+142+61=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #698E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698E3D is #9671C2. Grayscale: #797979. Windows color (decimal): -9859523 or 4034153. OLE color: 4034153.

HSL color Cylindrical-coordinate representation of color #698E3D: hue angle of 87.41º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #698E3D is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB10514261-
CMYK0.2600.570.44
HSL87.41º39.9%39.8%-
HSV(B)87.41º57.04%55.69%-
XYZ16.3422.697.93-
YUV121.793.74116.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 142 (55.86% from 255) = 46.10%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=34.09%
G=46.10%
B=19.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105142610.2600.570.4487.4139.939.8
Hex698E3D1A0392C572828
Octal1512167532071541275050
Binary1101001100011101111011101001110011011001010111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698E3D; }

 p { color: rgb(105,142,61); }

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

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

 a { background-color: rgb(105,142,61); }

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

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

 span { border-color: rgb(105,142,61); }

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