Html Css Color HEX #617B56 Axolotl

📋 copy color: '#617B56'

red 97 ◦ green 123 ◦ blue 86

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

Shades of Axolotl #617B56

Tints of Axolotl #617B56

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.2%

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

R = 31.7%
G = 40.2%
B = 28.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#617B56 (or 0x617B56) is known color: Axolotl. HEX triplet: 61, 7B and 56. RGB value is (97,123,86). Sum of RGB (Red+Green+Blue) = 97+123+86=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #617B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B56 is #9E84A9. Grayscale: #6F6F6F. Windows color (decimal): -10388650 or 5667681. OLE color: 5667681.

HSL color Cylindrical-coordinate representation of color #617B56: hue angle of 102.16º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #617B56 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 123 86 -
CMYK 0.21 0 0.30 0.52
HSL 102.16º 0.18% 0.41% -
HSV(B) 102.16º 0.3% 0.48% -
XYZ 13.69 17.38 11.44 -
YUV 111.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 97 123 86 0.21 0 0.30 0.52 102.16 0.18 0.41
Hex 61 7B 56 15 0 1E 34 66 12 29
Octal 141 173 126 25 0 36 64 146 22 51
Binary 1100001 1111011 1010110 10101 0 11110 110100 1100110 10010 101001

Color Harmonies of #617B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B56

Black with #617B56

Text Example


Text Example

White with #617B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617B56; }

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

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

background-color css

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

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

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

border-color css

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

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

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