#607F4C

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

Shades of Dingley #607F4C

Tints of Dingley #607F4C

Color information

#607F4C (or 0x607F4C) is unknown color: approx Dingley. HEX triplet: 60, 7F and 4C. RGB value is (96,127,76). Sum of RGB (Red+Green+Blue) = 96+127+76=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #607F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607F4C is #9F80B3. Grayscale: #707070. Windows color (decimal): -10453172 or 5013344. OLE color: 5013344.

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

Color convert

RGB9612776-
CMYK0.2400.400.50
HSL96.47º25.12%39.8%-
HSV(B)96.47º40.16%49.8%-
XYZ13.7218.199.62-
YUV111.92107.73116.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 127 (50% from 255) = 42.47%
BLUE value IS 76 (30.08% from 255) = 25.42%
R=32.11%
G=42.47%
B=25.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96127760.2400.400.5096.4725.1239.8
Hex607F4C1802832601928
Octal14017711430050621403150
Binary110000011111111001100110000101000110010110000011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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