#60784B

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

Shades of Dingley #60784B

Tints of Dingley #60784B

Color information

#60784B (or 0x60784B) is unknown color: approx Dingley. HEX triplet: 60, 78 and 4B. RGB value is (96,120,75). Sum of RGB (Red+Green+Blue) = 96+120+75=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #60784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60784B is #9F87B4. Grayscale: #6B6B6B. Windows color (decimal): -10454965 or 4946016. OLE color: 4946016.

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

Color convert

RGB9612075-
CMYK0.200.370.53
HSL92º23.08%38.24%-
HSV(B)92º37.5%47.06%-
XYZ12.8116.439.15-
YUV107.69109.55119.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 120 (47.27% from 255) = 41.24%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=32.99%
G=41.24%
B=25.77%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120750.200.370.539223.0838.24
Hex60784B14025355c1726
Octal14017011324045651342746
Binary110000011110001001011101000100101110101101110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60784B; }

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

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

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

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

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

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

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

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