#607940

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

Shades of Dingley #607940

Tints of Dingley #607940

Color information

#607940 (or 0x607940) is unknown color: approx Dingley. HEX triplet: 60, 79 and 40. RGB value is (96,121,64). Sum of RGB (Red+Green+Blue) = 96+121+64=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #607940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607940 is #9F86BF. Grayscale: #6B6B6B. Windows color (decimal): -10454720 or 4225376. OLE color: 4225376.

HSL color Cylindrical-coordinate representation of color #607940: hue angle of 86.32º degrees, saturation: 0.31, 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 #607940 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB9612164-
CMYK0.2100.470.53
HSL86.32º30.81%36.27%-
HSV(B)86.32º47.11%47.45%-
XYZ12.5916.537.38-
YUV107.03103.72120.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=34.16%
G=43.06%
B=22.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96121640.2100.470.5386.3230.8136.27
Hex6079401502F35561f24
Octal14017110025057651263744
Binary110000011110011000000101010101111110101101011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607940; }

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

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

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

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

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

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

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

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