Html Css Color HEX #617C56 Axolotl

📋 copy color: '#617C56'

red 97 ◦ green 124 ◦ blue 86

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

Shades of Axolotl #617C56

Tints of Axolotl #617C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.01%

R = 31.6%
G = 40.39%
B = 28.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#617C56 (or 0x617C56) is known color: Axolotl. HEX triplet: 61, 7C and 56. RGB value is (97,124,86). Sum of RGB (Red+Green+Blue) = 97+124+86=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #617C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C56 is #9E83A9. Grayscale: #6F6F6F. Windows color (decimal): -10388394 or 5667937. OLE color: 5667937.

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

Color convert

RGB 97 124 86 -
CMYK 0.22 0 0.31 0.51
HSL 102.63º 0.18% 0.41% -
HSV(B) 102.63º 0.31% 0.49% -
XYZ 13.82 17.63 11.48 -
YUV 111.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 97 124 86 0.22 0 0.31 0.51 102.63 0.18 0.41
Hex 61 7C 56 16 0 1F 33 67 12 29
Octal 141 174 126 26 0 37 63 147 22 51
Binary 1100001 1111100 1010110 10110 0 11111 110011 1100111 10010 101001

Color Harmonies of #617C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C56

Black with #617C56

Text Example


Text Example

White with #617C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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