#607A48

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

Shades of Dingley #607A48

Tints of Dingley #607A48

Color information

#607A48 (or 0x607A48) is unknown color: approx Dingley. HEX triplet: 60, 7A and 48. RGB value is (96,122,72). Sum of RGB (Red+Green+Blue) = 96+122+72=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #607A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607A48 is #9F85B7. Grayscale: #6C6C6C. Windows color (decimal): -10454456 or 4749920. OLE color: 4749920.

HSL color Cylindrical-coordinate representation of color #607A48: hue angle of 91.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #607A48 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB9612272-
CMYK0.2100.410.52
HSL91.2º25.77%38.04%-
HSV(B)91.2º40.98%47.84%-
XYZ12.9516.878.71-
YUV108.53107.39119.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 72 (28.52% from 255) = 24.83%
R=33.10%
G=42.07%
B=24.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96122720.2100.410.5291.225.7738.04
Hex607A4815029345b1a26
Octal14017211025051641333246
Binary110000011110101001000101010101001110100101101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,122,72); }

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

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

 a { background-color: rgb(96,122,72); }

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

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

 span { border-color: rgb(96,122,72); }

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