#6A8244

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

Shades of Dingley #6A8244

Tints of Dingley #6A8244

Color information

#6A8244 (or 0x6A8244) is unknown color: approx Dingley. HEX triplet: 6A, 82 and 44. RGB value is (106,130,68). Sum of RGB (Red+Green+Blue) = 106+130+68=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8244 is #957DBB. Grayscale: #737373. Windows color (decimal): -9797052 or 4489834. OLE color: 4489834.

HSL color Cylindrical-coordinate representation of color #6A8244: hue angle of 83.23º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A8244 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB10613068-
CMYK0.1800.480.49
HSL83.23º31.31%38.82%-
HSV(B)83.23º47.69%50.98%-
XYZ14.9719.458.43-
YUV115.76101.05121.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.87%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 68 (26.95% from 255) = 22.37%
R=34.87%
G=42.76%
B=22.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106130680.1800.480.4983.2331.3138.82
Hex6A82441203031531f27
Octal15220210422060611233747
Binary1101010100000101000100100100110000110001101001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,130,68); }

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

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

 a { background-color: rgb(106,130,68); }

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

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

 span { border-color: rgb(106,130,68); }

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