#6D8B4A

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

Shades of Dingley #6D8B4A

Tints of Dingley #6D8B4A

Color information

#6D8B4A (or 0x6D8B4A) is unknown color: approx Dingley. HEX triplet: 6D, 8B and 4A. RGB value is (109,139,74). Sum of RGB (Red+Green+Blue) = 109+139+74=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8B4A is #9274B5. Grayscale: #7A7A7A. Windows color (decimal): -9598134 or 4885357. OLE color: 4885357.

HSL color Cylindrical-coordinate representation of color #6D8B4A: hue angle of 87.69º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D8B4A is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB10913974-
CMYK0.2200.470.45
HSL87.69º30.52%41.76%-
HSV(B)87.69º46.76%54.51%-
XYZ16.7822.219.88-
YUV122.62100.56118.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.85%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=33.85%
G=43.17%
B=22.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109139740.2200.470.4587.6930.5241.76
Hex6D8B4A1602F2D581f2a
Octal15521311226057551303752
Binary1101101100010111001010101100101111101101101100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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