Html Css Color HEX #617456 Axolotl

📋 copy color: '#617456'

red 97 ◦ green 116 ◦ blue 86

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

Shades of Axolotl #617456

Tints of Axolotl #617456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

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

R = 32.44%
G = 38.8%
B = 28.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#617456 (or 0x617456) is known color: Axolotl. HEX triplet: 61, 74 and 56. RGB value is (97,116,86). Sum of RGB (Red+Green+Blue) = 97+116+86=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #617456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617456 is #9E8BA9. Grayscale: #6B6B6B. Windows color (decimal): -10390442 or 5665889. OLE color: 5665889.

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

Color convert

RGB 97 116 86 -
CMYK 0.16 0 0.26 0.55
HSL 98º 0.15% 0.4% -
HSV(B) 98º 0.26% 0.45% -
XYZ 12.85 15.7 11.16 -
YUV 106.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 97 116 86 0.16 0 0.26 0.55 98 0.15 0.4
Hex 61 74 56 10 0 1A 37 62 F 28
Octal 141 164 126 20 0 32 67 142 17 50
Binary 1100001 1110100 1010110 10000 0 11010 110111 1100010 1111 101000

Color Harmonies of #617456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617456

Black with #617456

Text Example


Text Example

White with #617456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617456; }

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

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

background-color css

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

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

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

border-color css

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

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

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