Html Css Color HEX #657C55 Axolotl

📋 copy color: '#657C55'

red 101 ◦ green 124 ◦ blue 85

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

Shades of Axolotl #657C55

Tints of Axolotl #657C55

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40%

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 32.58%
G = 40%
B = 27.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#657C55 (or 0x657C55) is known color: Axolotl. HEX triplet: 65, 7C and 55. RGB value is (101,124,85). Sum of RGB (Red+Green+Blue) = 101+124+85=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #657C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C55 is #9A83AA. Grayscale: #707070. Windows color (decimal): -10126251 or 5602405. OLE color: 5602405.

HSL color Cylindrical-coordinate representation of color #657C55: hue angle of 95.38º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #657C55 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 124 85 -
CMYK 0.19 0 0.31 0.51
HSL 95.38º 0.19% 0.41% -
HSV(B) 95.38º 0.31% 0.49% -
XYZ 14.21 17.84 11.29 -
YUV 112.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 101 124 85 0.19 0 0.31 0.51 95.38 0.19 0.41
Hex 65 7C 55 13 0 1F 33 5F 13 29
Octal 145 174 125 23 0 37 63 137 23 51
Binary 1100101 1111100 1010101 10011 0 11111 110011 1011111 10011 101001

Color Harmonies of #657C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657C55

Black with #657C55

Text Example


Text Example

White with #657C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,124,85); }

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

background-color css

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

 a { background-color: rgb(101,124,85); }

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

border-color css

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

 span { border-color: rgb(101,124,85); }

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