Html Css Color HEX #617354 Axolotl

📋 copy color: '#617354'

red 97 ◦ green 115 ◦ blue 84

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

Shades of Axolotl #617354

Tints of Axolotl #617354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

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

R = 32.77%
G = 38.85%
B = 28.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#617354 (or 0x617354) is known color: Axolotl. HEX triplet: 61, 73 and 54. RGB value is (97,115,84). Sum of RGB (Red+Green+Blue) = 97+115+84=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #617354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617354 is #9E8CAB. Grayscale: #6A6A6A. Windows color (decimal): -10390700 or 5534561. OLE color: 5534561.

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

Color convert

RGB 97 115 84 -
CMYK 0.16 0 0.27 0.55
HSL 94.84º 0.16% 0.39% -
HSV(B) 94.84º 0.27% 0.45% -
XYZ 12.66 15.44 10.7 -
YUV 106.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 97 115 84 0.16 0 0.27 0.55 94.84 0.16 0.39
Hex 61 73 54 10 0 1B 37 5F 10 27
Octal 141 163 124 20 0 33 67 137 20 47
Binary 1100001 1110011 1010100 10000 0 11011 110111 1011111 10000 100111

Color Harmonies of #617354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617354

Black with #617354

Text Example


Text Example

White with #617354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617354; }

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

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

background-color css

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

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

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

border-color css

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

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

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