Html Css Color HEX #61724D Dingley

📋 copy color: '#61724D'

red 97 ◦ green 114 ◦ blue 77

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

Shades of Dingley #61724D

Tints of Dingley #61724D

RGB

 RED value IS 97 (38.28% from 255) = 33.68%

 GREEN value IS 114 (44.92% from 255) = 39.58%

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

R = 33.68%
G = 39.58%
B = 26.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#61724D (or 0x61724D) is known color: Dingley. HEX triplet: 61, 72 and 4D. RGB value is (97,114,77). Sum of RGB (Red+Green+Blue) = 97+114+77=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #61724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61724D is #9E8DB2. Grayscale: #686868. Windows color (decimal): -10390963 or 5075553. OLE color: 5075553.

HSL color Cylindrical-coordinate representation of color #61724D: hue angle of 87.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61724D is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 114 77 -
CMYK 0.15 0 0.32 0.55
HSL 87.57º 0.19% 0.37% -
HSV(B) 87.57º 0.32% 0.45% -
XYZ 12.29 15.11 9.29 -
YUV 104.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 97 114 77 0.15 0 0.32 0.55 87.57 0.19 0.37
Hex 61 72 4D F 0 20 37 58 13 25
Octal 141 162 115 17 0 40 67 130 23 45
Binary 1100001 1110010 1001101 1111 0 100000 110111 1011000 10011 100101

Color Harmonies of #61724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61724D

Black with #61724D

Text Example


Text Example

White with #61724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,114,77); }

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

background-color css

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

 a { background-color: rgb(97,114,77); }

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

border-color css

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

 span { border-color: rgb(97,114,77); }

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