Html Css Color HEX #617655 Axolotl

📋 copy color: '#617655'

red 97 ◦ green 118 ◦ blue 85

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

Shades of Axolotl #617655

Tints of Axolotl #617655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.33%

 BLUE value IS 85 (33.59% from 255) = 28.33%

R = 32.33%
G = 39.33%
B = 28.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#617655 (or 0x617655) is known color: Axolotl. HEX triplet: 61, 76 and 55. RGB value is (97,118,85). Sum of RGB (Red+Green+Blue) = 97+118+85=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #617655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617655 is #9E89AA. Grayscale: #6C6C6C. Windows color (decimal): -10389931 or 5600865. OLE color: 5600865.

HSL color Cylindrical-coordinate representation of color #617655: hue angle of 98.18º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #617655 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 118 85 -
CMYK 0.18 0 0.28 0.54
HSL 98.18º 0.16% 0.4% -
HSV(B) 98.18º 0.28% 0.46% -
XYZ 13.05 16.15 11.02 -
YUV 107.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 97 118 85 0.18 0 0.28 0.54 98.18 0.16 0.4
Hex 61 76 55 12 0 1C 36 62 10 28
Octal 141 166 125 22 0 34 66 142 20 50
Binary 1100001 1110110 1010101 10010 0 11100 110110 1100010 10000 101000

Color Harmonies of #617655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617655

Black with #617655

Text Example


Text Example

White with #617655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617655; }

 p { color: rgb(97,118,85); }

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

background-color css

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

 a { background-color: rgb(97,118,85); }

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

border-color css

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

 span { border-color: rgb(97,118,85); }

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