#61724F

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

Shades of Dingley #61724F

Tints of Dingley #61724F

Color information

#61724F (or 0x61724F) is unknown color: approx Dingley. HEX triplet: 61, 72 and 4F. RGB value is (97,114,79). Sum of RGB (Red+Green+Blue) = 97+114+79=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #61724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61724F is #9E8DB0. Grayscale: #696969. Windows color (decimal): -10390961 or 5206625. OLE color: 5206625.

HSL color Cylindrical-coordinate representation of color #61724F: hue angle of 89.14º 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 #61724F is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB9711479-
CMYK0.1500.310.55
HSL89.14º18.13%37.84%-
HSV(B)89.14º30.7%44.71%-
XYZ12.3615.149.67-
YUV104.93113.37122.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=33.45%
G=39.31%
B=27.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114790.1500.310.5589.1418.1337.84
Hex61724FF01F37591226
Octal14116211717037671312246
Binary1100001111001010011111111011111110111101100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61724F; }

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

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

<style>
 a { background-color: #61724F; }

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

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

<style>
 span { border-color: #61724F; }

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

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