#5F794D

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

Shades of Dingley #5F794D

Tints of Dingley #5F794D

Color information

#5F794D (or 0x5F794D) is unknown color: approx Dingley. HEX triplet: 5F, 79 and 4D. RGB value is (95,121,77). Sum of RGB (Red+Green+Blue) = 95+121+77=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #5F794D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F794D is #A086B2. Grayscale: #6C6C6C. Windows color (decimal): -10520243 or 5077343. OLE color: 5077343.

HSL color Cylindrical-coordinate representation of color #5F794D: hue angle of 95.45º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F794D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB9512177-
CMYK0.2100.360.53
HSL95.45º22.22%38.82%-
HSV(B)95.45º36.36%47.45%-
XYZ12.916.649.55-
YUV108.21110.39118.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 77 (30.47% from 255) = 26.28%
R=32.42%
G=41.30%
B=26.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95121770.2100.360.5395.4522.2238.82
Hex5F794D15024355f1627
Octal13717111525044651372647
Binary101111111110011001101101010100100110101101111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F794D; }

 p { color: rgb(95,121,77); }

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

<style>
 a { background-color: #5F794D; }

 a { background-color: rgb(95,121,77); }

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

<style>
 span { border-color: #5F794D; }

 span { border-color: rgb(95,121,77); }

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