#6A8549

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

Shades of Dingley #6A8549

Tints of Dingley #6A8549

Color information

#6A8549 (or 0x6A8549) is unknown color: approx Dingley. HEX triplet: 6A, 85 and 49. RGB value is (106,133,73). Sum of RGB (Red+Green+Blue) = 106+133+73=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8549 is #957AB6. Grayscale: #767676. Windows color (decimal): -9796279 or 4818282. OLE color: 4818282.

HSL color Cylindrical-coordinate representation of color #6A8549: hue angle of 87º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A8549 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB10613373-
CMYK0.2000.450.48
HSL87º29.13%40.39%-
HSV(B)87º45.11%52.16%-
XYZ15.5320.329.41-
YUV118.09102.55119.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.97%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=33.97%
G=42.63%
B=23.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106133730.2000.450.488729.1340.39
Hex6A85491402D30571d28
Octal15220511124055601273550
Binary1101010100001011001001101000101101110000101011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,133,73); }

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

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

 a { background-color: rgb(106,133,73); }

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

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

 span { border-color: rgb(106,133,73); }

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