#60764F

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

Shades of Dingley #60764F

Tints of Dingley #60764F

Color information

#60764F (or 0x60764F) is unknown color: approx Dingley. HEX triplet: 60, 76 and 4F. RGB value is (96,118,79). Sum of RGB (Red+Green+Blue) = 96+118+79=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #60764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60764F is #9F89B0. Grayscale: #6B6B6B. Windows color (decimal): -10455473 or 5207648. OLE color: 5207648.

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

Color convert

RGB9611879-
CMYK0.1900.330.54
HSL93.85º19.8%38.63%-
HSV(B)93.85º33.05%46.27%-
XYZ12.7116.019.82-
YUV106.98112.21120.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=32.76%
G=40.27%
B=26.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96118790.1900.330.5493.8519.838.63
Hex60764F13021365e1427
Octal14016611723041661362447
Binary110000011101101001111100110100001110110101111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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