Html Css Color HEX #617255 Axolotl

📋 copy color: '#617255'

red 97 ◦ green 114 ◦ blue 85

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

Shades of Axolotl #617255

Tints of Axolotl #617255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.51%

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

R = 32.77%
G = 38.51%
B = 28.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#617255 (or 0x617255) is known color: Axolotl. HEX triplet: 61, 72 and 55. RGB value is (97,114,85). Sum of RGB (Red+Green+Blue) = 97+114+85=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #617255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617255 is #9E8DAA. Grayscale: #696969. Windows color (decimal): -10390955 or 5599841. OLE color: 5599841.

HSL color Cylindrical-coordinate representation of color #617255: hue angle of 95.17º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617255 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 114 85 -
CMYK 0.15 0 0.25 0.55
HSL 95.17º 0.15% 0.39% -
HSV(B) 95.17º 0.25% 0.45% -
XYZ 12.59 15.23 10.87 -
YUV 105.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 97 114 85 0.15 0 0.25 0.55 95.17 0.15 0.39
Hex 61 72 55 F 0 19 37 5F F 27
Octal 141 162 125 17 0 31 67 137 17 47
Binary 1100001 1110010 1010101 1111 0 11001 110111 1011111 1111 100111

Color Harmonies of #617255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617255

Black with #617255

Text Example


Text Example

White with #617255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617255; }

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

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

background-color css

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

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

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

border-color css

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

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

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