#607840

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

Shades of Dingley #607840

Tints of Dingley #607840

Color information

#607840 (or 0x607840) is unknown color: approx Dingley. HEX triplet: 60, 78 and 40. RGB value is (96,120,64). Sum of RGB (Red+Green+Blue) = 96+120+64=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #607840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607840 is #9F87BF. Grayscale: #6A6A6A. Windows color (decimal): -10454976 or 4225120. OLE color: 4225120.

HSL color Cylindrical-coordinate representation of color #607840: hue angle of 85.71º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #607840 is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB9612064-
CMYK0.200.470.53
HSL85.71º30.43%36.08%-
HSV(B)85.71º46.67%47.06%-
XYZ12.4716.297.34-
YUV106.44104.05120.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=34.29%
G=42.86%
B=22.86%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120640.200.470.5385.7130.4336.08
Hex6078401402F35561e24
Octal14017010024057651263644
Binary110000011110001000000101000101111110101101011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607840; }

 p { color: rgb(96,120,64); }

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

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

 a { background-color: rgb(96,120,64); }

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

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

 span { border-color: rgb(96,120,64); }

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