#6A804F

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

Shades of Dingley #6A804F

Tints of Dingley #6A804F

Color information

#6A804F (or 0x6A804F) is unknown color: approx Dingley. HEX triplet: 6A, 80 and 4F. RGB value is (106,128,79). Sum of RGB (Red+Green+Blue) = 106+128+79=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #6A804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A804F is #957FB0. Grayscale: #747474. Windows color (decimal): -9797553 or 5210218. OLE color: 5210218.

HSL color Cylindrical-coordinate representation of color #6A804F: hue angle of 86.94º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A804F is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB10612879-
CMYK0.1700.380.50
HSL86.94º23.67%40.59%-
HSV(B)86.94º38.28%50.2%-
XYZ15.0719.0710.28-
YUV115.84107.21120.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.87%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=33.87%
G=40.89%
B=25.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106128790.1700.380.5086.9423.6740.59
Hex6A804F1102632571829
Octal15220011721046621273051
Binary1101010100000001001111100010100110110010101011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,128,79); }

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

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

 a { background-color: rgb(106,128,79); }

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

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

 span { border-color: rgb(106,128,79); }

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