Html Css Color HEX #616E58 Axolotl

📋 copy color: '#616E58'

red 97 ◦ green 110 ◦ blue 88

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

Shades of Axolotl #616E58

Tints of Axolotl #616E58

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.29%

 BLUE value IS 88 (34.77% from 255) = 29.83%

R = 32.88%
G = 37.29%
B = 29.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.2

 K value IS 0.57

RGB Variations

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

Color information

#616E58 (or 0x616E58) is known color: Axolotl. HEX triplet: 61, 6E and 58. RGB value is (97,110,88). Sum of RGB (Red+Green+Blue) = 97+110+88=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 110 - color contains mainly: green. Hex color #616E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E58 is #9E91A7. Grayscale: #676767. Windows color (decimal): -10391976 or 5795425. OLE color: 5795425.

HSL color Cylindrical-coordinate representation of color #616E58: hue angle of 95.45º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #616E58 is Cyan = 0.12, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 110 88 -
CMYK 0.12 0 0.2 0.57
HSL 95.45º 0.11% 0.39% -
HSV(B) 95.45º 0.2% 0.43% -
XYZ 12.27 14.4 11.37 -
YUV 103.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 97 110 88 0.12 0 0.2 0.57 95.45 0.11 0.39
Hex 61 6E 58 C 0 14 39 5F B 27
Octal 141 156 130 14 0 24 71 137 13 47
Binary 1100001 1101110 1011000 1100 0 10100 111001 1011111 1011 100111

Color Harmonies of #616E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E58

Black with #616E58

Text Example


Text Example

White with #616E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616E58; }

 p { color: rgb(97,110,88); }

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

background-color css

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

 a { background-color: rgb(97,110,88); }

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

border-color css

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

 span { border-color: rgb(97,110,88); }

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