#60734D

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

Shades of Dingley #60734D

Tints of Dingley #60734D

Color information

#60734D (or 0x60734D) is unknown color: approx Dingley. HEX triplet: 60, 73 and 4D. RGB value is (96,115,77). Sum of RGB (Red+Green+Blue) = 96+115+77=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #60734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60734D is #9F8CB2. Grayscale: #696969. Windows color (decimal): -10456243 or 5075808. OLE color: 5075808.

HSL color Cylindrical-coordinate representation of color #60734D: hue angle of 90º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60734D is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB9611577-
CMYK0.1700.330.55
HSL90º19.79%37.65%-
HSV(B)90º33.04%45.1%-
XYZ12.2915.289.32-
YUV104.99112.21121.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=33.33%
G=39.93%
B=26.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96115770.1700.330.559019.7937.65
Hex60734D11021375a1426
Octal14016311521041671322446
Binary110000011100111001101100010100001110111101101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60734D; }

 p { color: rgb(96,115,77); }

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

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

 a { background-color: rgb(96,115,77); }

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

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

 span { border-color: rgb(96,115,77); }

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