Html Css Color HEX #60734C Dingley

📋 copy color: '#60734C'

red 96 ◦ green 115 ◦ blue 76

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

Shades of Dingley #60734C

Tints of Dingley #60734C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.07%

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 33.45%
G = 40.07%
B = 26.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#60734C (or 0x60734C) is known color: Dingley. HEX triplet: 60, 73 and 4C. RGB value is (96,115,76). Sum of RGB (Red+Green+Blue) = 96+115+76=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #60734C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60734C is #9F8CB3. Grayscale: #696969. Windows color (decimal): -10456244 or 5010272. OLE color: 5010272.

HSL color Cylindrical-coordinate representation of color #60734C: hue angle of 89.23º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60734C is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 115 76 -
CMYK 0.17 0 0.34 0.55
HSL 89.23º 0.2% 0.37% -
HSV(B) 89.23º 0.34% 0.45% -
XYZ 12.26 15.27 9.14 -
YUV 104.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 96 115 76 0.17 0 0.34 0.55 89.23 0.2 0.37
Hex 60 73 4C 11 0 22 37 59 14 25
Octal 140 163 114 21 0 42 67 131 24 45
Binary 1100000 1110011 1001100 10001 0 100010 110111 1011001 10100 100101

Color Harmonies of #60734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60734C

Black with #60734C

Text Example


Text Example

White with #60734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60734C; }

 p { color: rgb(96,115,76); }

 H1.HeaderClassName
 {
   color: #60734C;
 }
 .AnyTagClassName
 {
   color: #60734C;
 }
</style>

background-color css

<style>
 a { background-color: #60734C; }

 a { background-color: rgb(96,115,76); }

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

border-color css

<style>
 span { border-color: #60734C; }

 span { border-color: rgb(96,115,76); }

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