#6c8c41

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

Shades of Dingley #6C8C41

Tints of Dingley #6C8C41

Color information

#6C8C41 (or 0x6C8C41) is unknown color: approx Dingley. HEX triplet: 6C, 8C and 41. RGB value is (108,140,65). Sum of RGB (Red+Green+Blue) = 108+140+65=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8C41 is #9373BE. Grayscale: #7A7A7A. Windows color (decimal): -9663423 or 4295788. OLE color: 4295788.

HSL color Cylindrical-coordinate representation of color #6C8C41: hue angle of 85.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C8C41 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB10814065-
CMYK0.2300.540.45
HSL85.6º36.59%40.2%-
HSV(B)85.6º53.57%54.9%-
XYZ16.5222.338.44-
YUV121.8895.9118.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.50%
GREEN value IS 140 (55.08% from 255) = 44.73%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=34.50%
G=44.73%
B=20.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108140650.2300.540.4585.636.5940.2
Hex6C8C41170362D562528
Octal15421410127066551264550
Binary11011001000110010000011011101101101011011010110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c8c41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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