#6D8F45

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

Shades of Dingley #6D8F45

Tints of Dingley #6D8F45

Color information

#6D8F45 (or 0x6D8F45) is unknown color: approx Dingley. HEX triplet: 6D, 8F and 45. RGB value is (109,143,69). Sum of RGB (Red+Green+Blue) = 109+143+69=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #6D8F45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8F45 is #9270BA. Grayscale: #7C7C7C. Windows color (decimal): -9597115 or 4558701. OLE color: 4558701.

HSL color Cylindrical-coordinate representation of color #6D8F45: hue angle of 87.57º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D8F45 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB10914369-
CMYK0.2400.520.44
HSL87.57º34.91%41.57%-
HSV(B)87.57º51.75%56.08%-
XYZ17.223.339.23-
YUV124.496.74117.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 143 (56.25% from 255) = 44.55%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=33.96%
G=44.55%
B=21.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109143690.2400.520.4487.5734.9141.57
Hex6D8F45180342C58232a
Octal15521710530064541304352
Binary11011011000111110001011100001101001011001011000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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