Html Css Color HEX #657E5C Axolotl

📋 copy color: '#657E5C'

red 101 ◦ green 126 ◦ blue 92

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

Shades of Axolotl #657E5C

Tints of Axolotl #657E5C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.5%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 31.66%
G = 39.5%
B = 28.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#657E5C (or 0x657E5C) is known color: Axolotl. HEX triplet: 65, 7E and 5C. RGB value is (101,126,92). Sum of RGB (Red+Green+Blue) = 101+126+92=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 126 - color contains mainly: green. Hex color #657E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657E5C is #9A81A3. Grayscale: #727272. Windows color (decimal): -10125732 or 6061669. OLE color: 6061669.

HSL color Cylindrical-coordinate representation of color #657E5C: hue angle of 104.12º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #657E5C is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 126 92 -
CMYK 0.20 0 0.27 0.51
HSL 104.12º 0.16% 0.43% -
HSV(B) 104.12º 0.27% 0.49% -
XYZ 14.76 18.46 12.91 -
YUV 114.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 101 126 92 0.20 0 0.27 0.51 104.12 0.16 0.43
Hex 65 7E 5C 14 0 1B 33 68 10 2B
Octal 145 176 134 24 0 33 63 150 20 53
Binary 1100101 1111110 1011100 10100 0 11011 110011 1101000 10000 101011

Color Harmonies of #657E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657E5C

Black with #657E5C

Text Example


Text Example

White with #657E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,126,92); }

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

background-color css

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

 a { background-color: rgb(101,126,92); }

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

border-color css

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

 span { border-color: rgb(101,126,92); }

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