Html Css Color HEX #60714F Dingley

📋 copy color: '#60714F'

red 96 ◦ green 113 ◦ blue 79

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

Shades of Dingley #60714F

Tints of Dingley #60714F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.24%

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

R = 33.33%
G = 39.24%
B = 27.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#60714F (or 0x60714F) is known color: Dingley. HEX triplet: 60, 71 and 4F. RGB value is (96,113,79). Sum of RGB (Red+Green+Blue) = 96+113+79=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #60714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60714F is #9F8EB0. Grayscale: #686868. Windows color (decimal): -10456753 or 5206368. OLE color: 5206368.

HSL color Cylindrical-coordinate representation of color #60714F: hue angle of 90º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60714F is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 79 -
CMYK 0.15 0 0.30 0.56
HSL 90º 0.18% 0.38% -
HSV(B) 90º 0.3% 0.44% -
XYZ 12.14 14.86 9.63 -
YUV 104.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 96 113 79 0.15 0 0.30 0.56 90 0.18 0.38
Hex 60 71 4F F 0 1E 38 5A 12 26
Octal 140 161 117 17 0 36 70 132 22 46
Binary 1100000 1110001 1001111 1111 0 11110 111000 1011010 10010 100110

Color Harmonies of #60714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60714F

Black with #60714F

Text Example


Text Example

White with #60714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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