#5F794A

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

Shades of Dingley #5F794A

Tints of Dingley #5F794A

Color information

#5F794A (or 0x5F794A) is unknown color: approx Dingley. HEX triplet: 5F, 79 and 4A. RGB value is (95,121,74). Sum of RGB (Red+Green+Blue) = 95+121+74=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #5F794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F794A is #A086B5. Grayscale: #6C6C6C. Windows color (decimal): -10520246 or 4880735. OLE color: 4880735.

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

Color convert

RGB9512174-
CMYK0.2100.390.53
HSL93.19º24.1%38.24%-
HSV(B)93.19º38.84%47.45%-
XYZ12.7916.69.01-
YUV107.87108.89118.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.76%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=32.76%
G=41.72%
B=25.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95121740.2100.390.5393.1924.138.24
Hex5F794A15027355d1826
Octal13717111225047651353046
Binary101111111110011001010101010100111110101101110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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