#6D8148

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

Shades of Dingley #6D8148

Tints of Dingley #6D8148

Color information

#6D8148 (or 0x6D8148) is unknown color: approx Dingley. HEX triplet: 6D, 81 and 48. RGB value is (109,129,72). Sum of RGB (Red+Green+Blue) = 109+129+72=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8148 is #927EB7. Grayscale: #747474. Windows color (decimal): -9600696 or 4751725. OLE color: 4751725.

HSL color Cylindrical-coordinate representation of color #6D8148: hue angle of 81.05º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D8148 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB10912972-
CMYK0.1600.440.49
HSL81.05º28.36%39.41%-
HSV(B)81.05º44.19%50.59%-
XYZ15.3319.429.07-
YUV116.52102.87122.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.16%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=35.16%
G=41.61%
B=23.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109129720.1600.440.4981.0528.3639.41
Hex6D81481002C31511c27
Octal15520111020054611213447
Binary1101101100000011001000100000101100110001101000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,72); }

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

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

 a { background-color: rgb(109,129,72); }

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

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

 span { border-color: rgb(109,129,72); }

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