#6A8A4D

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

Shades of Dingley #6A8A4D

Tints of Dingley #6A8A4D

Color information

#6A8A4D (or 0x6A8A4D) is unknown color: approx Dingley. HEX triplet: 6A, 8A and 4D. RGB value is (106,138,77). Sum of RGB (Red+Green+Blue) = 106+138+77=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8A4D is #9575B2. Grayscale: #797979. Windows color (decimal): -9794995 or 5081706. OLE color: 5081706.

HSL color Cylindrical-coordinate representation of color #6A8A4D: hue angle of 91.48º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A8A4D is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB10613877-
CMYK0.2300.440.46
HSL91.48º28.37%42.16%-
HSV(B)91.48º44.2%54.12%-
XYZ16.3721.7810.36-
YUV121.48102.9116.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.02%
GREEN value IS 138 (54.30% from 255) = 42.99%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=33.02%
G=42.99%
B=23.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106138770.2300.440.4691.4828.3742.16
Hex6A8A4D1702C2E5b1c2a
Octal15221211527054561333452
Binary1101010100010101001101101110101100101110101101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,138,77); }

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

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

 a { background-color: rgb(106,138,77); }

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

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

 span { border-color: rgb(106,138,77); }

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