Html Css Color HEX #60784D Dingley

📋 copy color: '#60784D'

red 96 ◦ green 120 ◦ blue 77

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

Shades of Dingley #60784D

Tints of Dingley #60784D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.96%

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

R = 32.76%
G = 40.96%
B = 26.28%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#60784D (or 0x60784D) is known color: Dingley. HEX triplet: 60, 78 and 4D. RGB value is (96,120,77). Sum of RGB (Red+Green+Blue) = 96+120+77=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #60784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60784D is #9F87B2. Grayscale: #6C6C6C. Windows color (decimal): -10454963 or 5077088. OLE color: 5077088.

HSL color Cylindrical-coordinate representation of color #60784D: hue angle of 93.49º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60784D is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 120 77 -
CMYK 0.2 0 0.36 0.53
HSL 93.49º 0.22% 0.39% -
HSV(B) 93.49º 0.36% 0.47% -
XYZ 12.88 16.46 9.52 -
YUV 107.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 96 120 77 0.2 0 0.36 0.53 93.49 0.22 0.39
Hex 60 78 4D 14 0 24 35 5D 16 27
Octal 140 170 115 24 0 44 65 135 26 47
Binary 1100000 1111000 1001101 10100 0 100100 110101 1011101 10110 100111

Color Harmonies of #60784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60784D

Black with #60784D

Text Example


Text Example

White with #60784D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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