#60764D

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

Shades of Dingley #60764D

Tints of Dingley #60764D

Color information

#60764D (or 0x60764D) is unknown color: approx Dingley. HEX triplet: 60, 76 and 4D. RGB value is (96,118,77). Sum of RGB (Red+Green+Blue) = 96+118+77=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #60764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60764D is #9F89B2. Grayscale: #6A6A6A. Windows color (decimal): -10455475 or 5076576. OLE color: 5076576.

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

Color convert

RGB9611877-
CMYK0.1900.350.54
HSL92.2º21.03%38.24%-
HSV(B)92.2º34.75%46.27%-
XYZ12.6415.989.44-
YUV106.75111.21120.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=32.99%
G=40.55%
B=26.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96118770.1900.350.5492.221.0338.24
Hex60764D13023365c1526
Octal14016611523043661342546
Binary110000011101101001101100110100011110110101110010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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