Html Css Color HEX #60704F Dingley

📋 copy color: '#60704F'

red 96 ◦ green 112 ◦ blue 79

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

Shades of Dingley #60704F

Tints of Dingley #60704F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.02%

 BLUE value IS 79 (31.25% from 255) = 27.53%

R = 33.45%
G = 39.02%
B = 27.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#60704F (or 0x60704F) is known color: Dingley. HEX triplet: 60, 70 and 4F. RGB value is (96,112,79). Sum of RGB (Red+Green+Blue) = 96+112+79=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #60704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60704F is #9F8FB0. Grayscale: #676767. Windows color (decimal): -10457009 or 5206112. OLE color: 5206112.

HSL color Cylindrical-coordinate representation of color #60704F: hue angle of 89.09º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60704F is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 112 79 -
CMYK 0.14 0 0.29 0.56
HSL 89.09º 0.17% 0.37% -
HSV(B) 89.09º 0.29% 0.44% -
XYZ 12.03 14.64 9.59 -
YUV 103.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 96 112 79 0.14 0 0.29 0.56 89.09 0.17 0.37
Hex 60 70 4F E 0 1D 38 59 11 25
Octal 140 160 117 16 0 35 70 131 21 45
Binary 1100000 1110000 1001111 1110 0 11101 111000 1011001 10001 100101

Color Harmonies of #60704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60704F

Black with #60704F

Text Example


Text Example

White with #60704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60704F;
 }
 .AnyTagClassName
 {
   color: #60704F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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