Html Css Color HEX #60754D Dingley

📋 copy color: '#60754D'

red 96 ◦ green 117 ◦ blue 77

#60754D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #60754D

Tints of Dingley #60754D

RGB

 RED value IS 96 (37.89% from 255) = 33.1%

 GREEN value IS 117 (46.09% from 255) = 40.34%

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 33.1%
G = 40.34%
B = 26.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#60754D (or 0x60754D) is known color: Dingley. HEX triplet: 60, 75 and 4D. RGB value is (96,117,77). Sum of RGB (Red+Green+Blue) = 96+117+77=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #60754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60754D is #9F8AB2. Grayscale: #6A6A6A. Windows color (decimal): -10455731 or 5076320. OLE color: 5076320.

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

Color convert

RGB 96 117 77 -
CMYK 0.18 0 0.34 0.54
HSL 91.5º 0.21% 0.38% -
HSV(B) 91.5º 0.34% 0.46% -
XYZ 12.52 15.75 9.4 -
YUV 106.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 96 117 77 0.18 0 0.34 0.54 91.5 0.21 0.38
Hex 60 75 4D 12 0 22 36 5C 15 26
Octal 140 165 115 22 0 42 66 134 25 46
Binary 1100000 1110101 1001101 10010 0 100010 110110 1011100 10101 100110

Color Harmonies of #60754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60754D

Black with #60754D

Text Example


Text Example

White with #60754D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60754D;
 }
 .AnyTagClassName
 {
   color: #60754D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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