Html Css Color HEX #617858 Axolotl

📋 copy color: '#617858'

red 97 ◦ green 120 ◦ blue 88

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

Shades of Axolotl #617858

Tints of Axolotl #617858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

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

R = 31.8%
G = 39.34%
B = 28.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#617858 (or 0x617858) is known color: Axolotl. HEX triplet: 61, 78 and 58. RGB value is (97,120,88). Sum of RGB (Red+Green+Blue) = 97+120+88=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #617858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617858 is #9E87A7. Grayscale: #6D6D6D. Windows color (decimal): -10389416 or 5797985. OLE color: 5797985.

HSL color Cylindrical-coordinate representation of color #617858: hue angle of 103.12º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #617858 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 120 88 -
CMYK 0.19 0 0.27 0.53
HSL 103.13º 0.15% 0.41% -
HSV(B) 103.13º 0.27% 0.47% -
XYZ 13.41 16.68 11.75 -
YUV 109.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 97 120 88 0.19 0 0.27 0.53 103.13 0.15 0.41
Hex 61 78 58 13 0 1B 35 67 F 29
Octal 141 170 130 23 0 33 65 147 17 51
Binary 1100001 1111000 1011000 10011 0 11011 110101 1100111 1111 101001

Color Harmonies of #617858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617858

Black with #617858

Text Example


Text Example

White with #617858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617858; }

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

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

background-color css

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

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

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

border-color css

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

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

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