#5F724F

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

Shades of Dingley #5F724F

Tints of Dingley #5F724F

Color information

#5F724F (or 0x5F724F) is unknown color: approx Dingley. HEX triplet: 5F, 72 and 4F. RGB value is (95,114,79). Sum of RGB (Red+Green+Blue) = 95+114+79=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #5F724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F724F is #A08DB0. Grayscale: #686868. Windows color (decimal): -10522033 or 5206623. OLE color: 5206623.

HSL color Cylindrical-coordinate representation of color #5F724F: hue angle of 92.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F724F is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB9511479-
CMYK0.1700.310.55
HSL92.57º18.13%37.84%-
HSV(B)92.57º30.7%44.71%-
XYZ12.1515.039.66-
YUV104.33113.71121.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.99%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=32.99%
G=39.58%
B=27.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95114790.1700.310.5592.5718.1337.84
Hex5F724F1101F375d1226
Octal13716211721037671352246
Binary10111111110010100111110001011111110111101110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,114,79); }

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

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

 a { background-color: rgb(95,114,79); }

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

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

 span { border-color: rgb(95,114,79); }

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