#60754F

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

Shades of Dingley #60754F

Tints of Dingley #60754F

Color information

#60754F (or 0x60754F) is unknown color: approx Dingley. HEX triplet: 60, 75 and 4F. RGB value is (96,117,79). Sum of RGB (Red+Green+Blue) = 96+117+79=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #60754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60754F is #9F8AB0. Grayscale: #6A6A6A. Windows color (decimal): -10455729 or 5207392. OLE color: 5207392.

HSL color Cylindrical-coordinate representation of color #60754F: hue angle of 93.16º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60754F is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB9611779-
CMYK0.1800.320.54
HSL93.16º19.39%38.43%-
HSV(B)93.16º32.48%45.88%-
XYZ12.615.779.78-
YUV106.39112.54120.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.88%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=32.88%
G=40.07%
B=27.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96117790.1800.320.5493.1619.3938.43
Hex60754F12020365d1326
Octal14016511722040661352346
Binary110000011101011001111100100100000110110101110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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