#60754E

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

Shades of Dingley #60754E

Tints of Dingley #60754E

Color information

#60754E (or 0x60754E) is unknown color: approx Dingley. HEX triplet: 60, 75 and 4E. RGB value is (96,117,78). Sum of RGB (Red+Green+Blue) = 96+117+78=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #60754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60754E is #9F8AB1. Grayscale: #6A6A6A. Windows color (decimal): -10455730 or 5141856. OLE color: 5141856.

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

Color convert

RGB9611778-
CMYK0.1800.330.54
HSL92.31º20%38.24%-
HSV(B)92.31º33.33%45.88%-
XYZ12.5615.769.59-
YUV106.28112.04120.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=32.99%
G=40.21%
B=26.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96117780.1800.330.5492.312038.24
Hex60754E12021365c1426
Octal14016511622041661342446
Binary110000011101011001110100100100001110110101110010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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