#60734F

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

Shades of Dingley #60734F

Tints of Dingley #60734F

Color information

#60734F (or 0x60734F) is unknown color: approx Dingley. HEX triplet: 60, 73 and 4F. RGB value is (96,115,79). Sum of RGB (Red+Green+Blue) = 96+115+79=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #60734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60734F is #9F8CB0. Grayscale: #696969. Windows color (decimal): -10456241 or 5206880. OLE color: 5206880.

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

Color convert

RGB9611579-
CMYK0.1700.310.55
HSL91.67º18.56%38.04%-
HSV(B)91.67º31.3%45.1%-
XYZ12.3715.319.7-
YUV105.22113.21121.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=33.10%
G=39.66%
B=27.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96115790.1700.310.5591.6718.5638.04
Hex60734F1101F375c1326
Octal14016311721037671342346
Binary11000001110011100111110001011111110111101110010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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