#6C8041

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

Shades of Dingley #6C8041

Tints of Dingley #6C8041

Color information

#6C8041 (or 0x6C8041) is unknown color: approx Dingley. HEX triplet: 6C, 80 and 41. RGB value is (108,128,65). Sum of RGB (Red+Green+Blue) = 108+128+65=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8041 is #937FBE. Grayscale: #737373. Windows color (decimal): -9666495 or 4292716. OLE color: 4292716.

HSL color Cylindrical-coordinate representation of color #6C8041: hue angle of 79.05º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C8041 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB10812865-
CMYK0.1600.490.50
HSL79.05º32.64%37.84%-
HSV(B)79.05º49.22%50.2%-
XYZ14.8619.017.89-
YUV114.8499.87123.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.88%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=35.88%
G=42.52%
B=21.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108128650.1600.490.5079.0532.6437.84
Hex6C804110031324f2126
Octal15420010120061621174146
Binary11011001000000010000011000001100011100101001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,128,65); }

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

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

 a { background-color: rgb(108,128,65); }

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

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

 span { border-color: rgb(108,128,65); }

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