Html Css Color HEX #617755 Axolotl

📋 copy color: '#617755'

red 97 ◦ green 119 ◦ blue 85

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

Shades of Axolotl #617755

Tints of Axolotl #617755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.53%

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

R = 32.23%
G = 39.53%
B = 28.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#617755 (or 0x617755) is known color: Axolotl. HEX triplet: 61, 77 and 55. RGB value is (97,119,85). Sum of RGB (Red+Green+Blue) = 97+119+85=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #617755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617755 is #9E88AA. Grayscale: #6C6C6C. Windows color (decimal): -10389675 or 5601121. OLE color: 5601121.

HSL color Cylindrical-coordinate representation of color #617755: hue angle of 98.82º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #617755 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 119 85 -
CMYK 0.18 0 0.29 0.53
HSL 98.82º 0.17% 0.4% -
HSV(B) 98.82º 0.29% 0.47% -
XYZ 13.17 16.39 11.06 -
YUV 108.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 97 119 85 0.18 0 0.29 0.53 98.82 0.17 0.4
Hex 61 77 55 12 0 1D 35 63 11 28
Octal 141 167 125 22 0 35 65 143 21 50
Binary 1100001 1110111 1010101 10010 0 11101 110101 1100011 10001 101000

Color Harmonies of #617755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617755

Black with #617755

Text Example


Text Example

White with #617755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617755; }

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

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

background-color css

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

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

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

border-color css

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

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

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