#6A8646

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

Shades of Dingley #6A8646

Tints of Dingley #6A8646

Color information

#6A8646 (or 0x6A8646) is unknown color: approx Dingley. HEX triplet: 6A, 86 and 46. RGB value is (106,134,70). Sum of RGB (Red+Green+Blue) = 106+134+70=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8646 is #9579B9. Grayscale: #767676. Windows color (decimal): -9796026 or 4621930. OLE color: 4621930.

HSL color Cylindrical-coordinate representation of color #6A8646: hue angle of 86.25º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A8646 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB10613470-
CMYK0.2100.480.47
HSL86.25º31.37%40%-
HSV(B)86.25º47.76%52.55%-
XYZ15.5720.568.94-
YUV118.33100.72119.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.19%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 70 (27.73% from 255) = 22.58%
R=34.19%
G=43.23%
B=22.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106134700.2100.480.4786.2531.3740
Hex6A8646150302F561f28
Octal15220610625060571263750
Binary1101010100001101000110101010110000101111101011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,134,70); }

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

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

 a { background-color: rgb(106,134,70); }

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

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

 span { border-color: rgb(106,134,70); }

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