Html Css Color HEX #617656 Axolotl

📋 copy color: '#617656'

red 97 ◦ green 118 ◦ blue 86

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

Shades of Axolotl #617656

Tints of Axolotl #617656

RGB

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

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

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

R = 32.23%
G = 39.2%
B = 28.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#617656 (or 0x617656) is known color: Axolotl. HEX triplet: 61, 76 and 56. RGB value is (97,118,86). Sum of RGB (Red+Green+Blue) = 97+118+86=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #617656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617656 is #9E89A9. Grayscale: #6C6C6C. Windows color (decimal): -10389930 or 5666401. OLE color: 5666401.

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

Color convert

RGB 97 118 86 -
CMYK 0.18 0 0.27 0.54
HSL 99.38º 0.16% 0.4% -
HSV(B) 99.38º 0.27% 0.46% -
XYZ 13.09 16.17 11.24 -
YUV 108.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 97 118 86 0.18 0 0.27 0.54 99.38 0.16 0.4
Hex 61 76 56 12 0 1B 36 63 10 28
Octal 141 166 126 22 0 33 66 143 20 50
Binary 1100001 1110110 1010110 10010 0 11011 110110 1100011 10000 101000

Color Harmonies of #617656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617656

Black with #617656

Text Example


Text Example

White with #617656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617656; }

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

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

background-color css

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

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

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

border-color css

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

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

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