#6D8650

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

Shades of Dingley #6D8650

Tints of Dingley #6D8650

Color information

#6D8650 (or 0x6D8650) is unknown color: approx Dingley. HEX triplet: 6D, 86 and 50. RGB value is (109,134,80). Sum of RGB (Red+Green+Blue) = 109+134+80=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #6D8650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8650 is #9279AF. Grayscale: #787878. Windows color (decimal): -9599408 or 5277293. OLE color: 5277293.

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

Color convert

RGB10913480-
CMYK0.1900.400.47
HSL87.78º25.23%41.96%-
HSV(B)87.78º40.3%52.55%-
XYZ16.2820.8810.76-
YUV120.37105.22119.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.75%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=33.75%
G=41.49%
B=24.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109134800.1900.400.4787.7825.2341.96
Hex6D8650130282F58192a
Octal15520612023050571303152
Binary1101101100001101010000100110101000101111101100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D8650; }

 p { color: rgb(109,134,80); }

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

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

 a { background-color: rgb(109,134,80); }

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

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

 span { border-color: rgb(109,134,80); }

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