Html Css Color HEX #657A5D Axolotl

📋 copy color: '#657A5D'

red 101 ◦ green 122 ◦ blue 93

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

Shades of Axolotl #657A5D

Tints of Axolotl #657A5D

RGB

 RED value IS 101 (39.84% from 255) = 31.96%

 GREEN value IS 122 (48.05% from 255) = 38.61%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 31.96%
G = 38.61%
B = 29.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#657A5D (or 0x657A5D) is known color: Axolotl. HEX triplet: 65, 7A and 5D. RGB value is (101,122,93). Sum of RGB (Red+Green+Blue) = 101+122+93=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #657A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657A5D is #9A85A2. Grayscale: #707070. Windows color (decimal): -10126755 or 6126181. OLE color: 6126181.

HSL color Cylindrical-coordinate representation of color #657A5D: hue angle of 103.45º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #657A5D is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 122 93 -
CMYK 0.17 0 0.24 0.52
HSL 103.45º 0.13% 0.42% -
HSV(B) 103.45º 0.24% 0.48% -
XYZ 14.3 17.48 12.98 -
YUV 112.42 117.04 119.86 -
System Red Green Blue C M Y K H S L
Decimal 101 122 93 0.17 0 0.24 0.52 103.45 0.13 0.42
Hex 65 7A 5D 11 0 18 34 67 D 2A
Octal 145 172 135 21 0 30 64 147 15 52
Binary 1100101 1111010 1011101 10001 0 11000 110100 1100111 1101 101010

Color Harmonies of #657A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657A5D

Black with #657A5D

Text Example


Text Example

White with #657A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657A5D; }

 p { color: rgb(101,122,93); }

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

background-color css

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

 a { background-color: rgb(101,122,93); }

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

border-color css

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

 span { border-color: rgb(101,122,93); }

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