#607F49

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

Shades of Dingley #607F49

Tints of Dingley #607F49

Color information

#607F49 (or 0x607F49) is unknown color: approx Dingley. HEX triplet: 60, 7F and 49. RGB value is (96,127,73). Sum of RGB (Red+Green+Blue) = 96+127+73=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #607F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607F49 is #9F80B6. Grayscale: #6F6F6F. Windows color (decimal): -10453175 or 4816736. OLE color: 4816736.

HSL color Cylindrical-coordinate representation of color #607F49: hue angle of 94.44º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #607F49 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB9612773-
CMYK0.2400.430.50
HSL94.44º27%39.22%-
HSV(B)94.44º42.52%49.8%-
XYZ13.6218.159.09-
YUV111.57106.23116.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 127 (50% from 255) = 42.91%
BLUE value IS 73 (28.91% from 255) = 24.66%
R=32.43%
G=42.91%
B=24.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96127730.2400.430.5094.442739.22
Hex607F491802B325e1b27
Octal14017711130053621363347
Binary110000011111111001001110000101011110010101111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607F49; }

 p { color: rgb(96,127,73); }

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

<style>
 a { background-color: #607F49; }

 a { background-color: rgb(96,127,73); }

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

<style>
 span { border-color: #607F49; }

 span { border-color: rgb(96,127,73); }

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