#6D8A3D

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

Shades of Dingley #6D8A3D

Tints of Dingley #6D8A3D

Color information

#6D8A3D (or 0x6D8A3D) is unknown color: approx Dingley. HEX triplet: 6D, 8A and 3D. RGB value is (109,138,61). Sum of RGB (Red+Green+Blue) = 109+138+61=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8A3D is #9275C2. Grayscale: #787878. Windows color (decimal): -9598403 or 4033133. OLE color: 4033133.

HSL color Cylindrical-coordinate representation of color #6D8A3D: hue angle of 82.6º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D8A3D is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB10913861-
CMYK0.2100.560.46
HSL82.6º38.69%39.02%-
HSV(B)82.6º55.8%54.12%-
XYZ16.2421.777.76-
YUV120.5594.39119.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 138 (54.30% from 255) = 44.81%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=35.39%
G=44.81%
B=19.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109138610.2100.560.4682.638.6939.02
Hex6D8A3D150382E532727
Octal1552127525070561234747
Binary1101101100010101111011010101110001011101010011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,138,61); }

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

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

 a { background-color: rgb(109,138,61); }

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

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

 span { border-color: rgb(109,138,61); }

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