Html Css Color HEX #617940 Dingley

📋 copy color: '#617940'

red 97 ◦ green 121 ◦ blue 64

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

Shades of Dingley #617940

Tints of Dingley #617940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.91%

 BLUE value IS 64 (25.39% from 255) = 22.7%

R = 34.4%
G = 42.91%
B = 22.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#617940 (or 0x617940) is known color: Dingley. HEX triplet: 61, 79 and 40. RGB value is (97,121,64). Sum of RGB (Red+Green+Blue) = 97+121+64=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #617940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617940 is #9E86BF. Grayscale: #6B6B6B. Windows color (decimal): -10389184 or 4225377. OLE color: 4225377.

HSL color Cylindrical-coordinate representation of color #617940: hue angle of 85.26º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #617940 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 121 64 -
CMYK 0.20 0 0.47 0.53
HSL 85.26º 0.31% 0.36% -
HSV(B) 85.26º 0.47% 0.47% -
XYZ 12.69 16.59 7.38 -
YUV 107.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 97 121 64 0.20 0 0.47 0.53 85.26 0.31 0.36
Hex 61 79 40 14 0 2F 35 55 1F 24
Octal 141 171 100 24 0 57 65 125 37 44
Binary 1100001 1111001 1000000 10100 0 101111 110101 1010101 11111 100100

Color Harmonies of #617940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617940

Black with #617940

Text Example


Text Example

White with #617940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617940; }

 p { color: rgb(97,121,64); }

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

background-color css

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

 a { background-color: rgb(97,121,64); }

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

border-color css

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

 span { border-color: rgb(97,121,64); }

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