Html Css Color HEX #617B54 Axolotl

📋 copy color: '#617B54'

red 97 ◦ green 123 ◦ blue 84

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

Shades of Axolotl #617B54

Tints of Axolotl #617B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.63%

R = 31.91%
G = 40.46%
B = 27.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#617B54 (or 0x617B54) is known color: Axolotl. HEX triplet: 61, 7B and 54. RGB value is (97,123,84). Sum of RGB (Red+Green+Blue) = 97+123+84=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #617B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B54 is #9E84AB. Grayscale: #6E6E6E. Windows color (decimal): -10388652 or 5536609. OLE color: 5536609.

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

Color convert

RGB 97 123 84 -
CMYK 0.21 0 0.32 0.52
HSL 100º 0.19% 0.41% -
HSV(B) 100º 0.32% 0.48% -
XYZ 13.61 17.35 11.02 -
YUV 110.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 97 123 84 0.21 0 0.32 0.52 100 0.19 0.41
Hex 61 7B 54 15 0 20 34 64 13 29
Octal 141 173 124 25 0 40 64 144 23 51
Binary 1100001 1111011 1010100 10101 0 100000 110100 1100100 10011 101001

Color Harmonies of #617B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B54

Black with #617B54

Text Example


Text Example

White with #617B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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