#687949

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

Shades of Dingley #687949

Tints of Dingley #687949

Color information

#687949 (or 0x687949) is unknown color: approx Dingley. HEX triplet: 68, 79 and 49. RGB value is (104,121,73). Sum of RGB (Red+Green+Blue) = 104+121+73=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #687949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687949 is #9786B6. Grayscale: #6E6E6E. Windows color (decimal): -9930423 or 4815208. OLE color: 4815208.

HSL color Cylindrical-coordinate representation of color #687949: hue angle of 81.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #687949 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB10412173-
CMYK0.1400.400.53
HSL81.25º24.74%38.04%-
HSV(B)81.25º39.67%47.45%-
XYZ13.7517.18.88-
YUV110.44106.87123.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=34.90%
G=40.60%
B=24.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104121730.1400.400.5381.2524.7438.04
Hex687949E02835511926
Octal15017111116050651213146
Binary11010001111001100100111100101000110101101000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687949; }

 p { color: rgb(104,121,73); }

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

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

 a { background-color: rgb(104,121,73); }

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

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

 span { border-color: rgb(104,121,73); }

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