#6C8148

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

Shades of Dingley #6C8148

Tints of Dingley #6C8148

Color information

#6C8148 (or 0x6C8148) is unknown color: approx Dingley. HEX triplet: 6C, 81 and 48. RGB value is (108,129,72). Sum of RGB (Red+Green+Blue) = 108+129+72=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8148 is #937EB7. Grayscale: #747474. Windows color (decimal): -9666232 or 4751724. OLE color: 4751724.

HSL color Cylindrical-coordinate representation of color #6C8148: hue angle of 82.11º 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 #6C8148 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB10812972-
CMYK0.1600.440.49
HSL82.11º28.36%39.41%-
HSV(B)82.11º44.19%50.59%-
XYZ15.219.369.07-
YUV116.22103.04122.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 129 (50.78% from 255) = 41.75%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=34.95%
G=41.75%
B=23.30%

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
Decimal108129720.1600.440.4982.1128.3639.41
Hex6C81481002C31521c27
Octal15420111020054611223447
Binary1101100100000011001000100000101100110001101001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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