#698940

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

Shades of Dingley #698940

Tints of Dingley #698940

Color information

#698940 (or 0x698940) is unknown color: approx Dingley. HEX triplet: 69, 89 and 40. RGB value is (105,137,64). Sum of RGB (Red+Green+Blue) = 105+137+64=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #698940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698940 is #9676BF. Grayscale: #777777. Windows color (decimal): -9860800 or 4229481. OLE color: 4229481.

HSL color Cylindrical-coordinate representation of color #698940: hue angle of 86.3º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #698940 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB10513764-
CMYK0.2300.530.46
HSL86.3º36.32%39.41%-
HSV(B)86.3º53.28%53.73%-
XYZ15.721.268.13-
YUV119.1196.9117.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=34.31%
G=44.77%
B=20.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105137640.2300.530.4686.336.3239.41
Hex698940170352E562427
Octal15121110027065561264447
Binary11010011000100110000001011101101011011101010110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698940; }

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

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

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

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

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

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

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

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