#6D8B45

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

Shades of Dingley #6D8B45

Tints of Dingley #6D8B45

Color information

#6D8B45 (or 0x6D8B45) is unknown color: approx Dingley. HEX triplet: 6D, 8B and 45. RGB value is (109,139,69). Sum of RGB (Red+Green+Blue) = 109+139+69=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8B45 is #9274BA. Grayscale: #7A7A7A. Windows color (decimal): -9598139 or 4557677. OLE color: 4557677.

HSL color Cylindrical-coordinate representation of color #6D8B45: hue angle of 85.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D8B45 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB10913969-
CMYK0.2200.500.45
HSL85.71º33.65%40.78%-
HSV(B)85.71º50.36%54.51%-
XYZ16.6122.159.03-
YUV122.0598.06118.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.38%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=34.38%
G=43.85%
B=21.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109139690.2200.500.4585.7133.6540.78
Hex6D8B45160322D562229
Octal15521310526062551264251
Binary11011011000101110001011011001100101011011010110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,139,69); }

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

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

 a { background-color: rgb(109,139,69); }

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

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

 span { border-color: rgb(109,139,69); }

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