Html Css Color HEX #617D4A Dingley

📋 copy color: '#617D4A'

red 97 ◦ green 125 ◦ blue 74

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

Shades of Dingley #617D4A

Tints of Dingley #617D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.23%

 BLUE value IS 74 (29.3% from 255) = 25%

R = 32.77%
G = 42.23%
B = 25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#617D4A (or 0x617D4A) is known color: Dingley. HEX triplet: 61, 7D and 4A. RGB value is (97,125,74). Sum of RGB (Red+Green+Blue) = 97+125+74=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #617D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617D4A is #9E82B5. Grayscale: #6E6E6E. Windows color (decimal): -10388150 or 4881761. OLE color: 4881761.

HSL color Cylindrical-coordinate representation of color #617D4A: hue angle of 92.94º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #617D4A is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 125 74 -
CMYK 0.22 0 0.41 0.51
HSL 92.94º 0.26% 0.39% -
HSV(B) 92.94º 0.41% 0.49% -
XYZ 13.5 17.7 9.18 -
YUV 110.81 107.22 118.15 -
System Red Green Blue C M Y K H S L
Decimal 97 125 74 0.22 0 0.41 0.51 92.94 0.26 0.39
Hex 61 7D 4A 16 0 29 33 5D 1A 27
Octal 141 175 112 26 0 51 63 135 32 47
Binary 1100001 1111101 1001010 10110 0 101001 110011 1011101 11010 100111

Color Harmonies of #617D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617D4A

Black with #617D4A

Text Example


Text Example

White with #617D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617D4A; }

 p { color: rgb(97,125,74); }

 H1.HeaderClassName
 {
   color: #617D4A;
 }
 .AnyTagClassName
 {
   color: #617D4A;
 }
</style>

background-color css

<style>
 a { background-color: #617D4A; }

 a { background-color: rgb(97,125,74); }

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

border-color css

<style>
 span { border-color: #617D4A; }

 span { border-color: rgb(97,125,74); }

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