Html Css Color HEX #617C4B Dingley

📋 copy color: '#617C4B'

red 97 ◦ green 124 ◦ blue 75

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

Shades of Dingley #617C4B

Tints of Dingley #617C4B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.89%

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 32.77%
G = 41.89%
B = 25.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#617C4B (or 0x617C4B) is known color: Dingley. HEX triplet: 61, 7C and 4B. RGB value is (97,124,75). Sum of RGB (Red+Green+Blue) = 97+124+75=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #617C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617C4B is #9E83B4. Grayscale: #6E6E6E. Windows color (decimal): -10388405 or 4947041. OLE color: 4947041.

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

Color convert

RGB 97 124 75 -
CMYK 0.22 0 0.40 0.51
HSL 93.06º 0.25% 0.39% -
HSV(B) 93.06º 0.4% 0.49% -
XYZ 13.41 17.46 9.32 -
YUV 110.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 97 124 75 0.22 0 0.40 0.51 93.06 0.25 0.39
Hex 61 7C 4B 16 0 28 33 5D 19 27
Octal 141 174 113 26 0 50 63 135 31 47
Binary 1100001 1111100 1001011 10110 0 101000 110011 1011101 11001 100111

Color Harmonies of #617C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C4B

Black with #617C4B

Text Example


Text Example

White with #617C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,124,75); }

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

background-color css

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

 a { background-color: rgb(97,124,75); }

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

border-color css

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

 span { border-color: rgb(97,124,75); }

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