#6A8A4B

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

Shades of Dingley #6A8A4B

Tints of Dingley #6A8A4B

Color information

#6A8A4B (or 0x6A8A4B) is unknown color: approx Dingley. HEX triplet: 6A, 8A and 4B. RGB value is (106,138,75). Sum of RGB (Red+Green+Blue) = 106+138+75=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8A4B is #9575B4. Grayscale: #797979. Windows color (decimal): -9794997 or 4950634. OLE color: 4950634.

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

Color convert

RGB10613875-
CMYK0.2300.460.46
HSL90.48º29.58%41.76%-
HSV(B)90.48º45.65%54.12%-
XYZ16.321.7510-
YUV121.25101.9117.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.23%
GREEN value IS 138 (54.30% from 255) = 43.26%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=33.23%
G=43.26%
B=23.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106138750.2300.460.4690.4829.5841.76
Hex6A8A4B1702E2E5a1e2a
Octal15221211327056561323652
Binary1101010100010101001011101110101110101110101101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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