Html Css Color HEX #657B5D Axolotl

📋 copy color: '#657B5D'

red 101 ◦ green 123 ◦ blue 93

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

Shades of Axolotl #657B5D

Tints of Axolotl #657B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.8%

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

R = 31.86%
G = 38.8%
B = 29.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#657B5D (or 0x657B5D) is known color: Axolotl. HEX triplet: 65, 7B and 5D. RGB value is (101,123,93). Sum of RGB (Red+Green+Blue) = 101+123+93=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #657B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657B5D is #9A84A2. Grayscale: #717171. Windows color (decimal): -10126499 or 6126437. OLE color: 6126437.

HSL color Cylindrical-coordinate representation of color #657B5D: hue angle of 104º degrees, saturation: 0.14, 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 #657B5D is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 123 93 -
CMYK 0.18 0 0.24 0.52
HSL 104º 0.14% 0.42% -
HSV(B) 104º 0.24% 0.48% -
XYZ 14.43 17.72 13.02 -
YUV 113 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 101 123 93 0.18 0 0.24 0.52 104 0.14 0.42
Hex 65 7B 5D 12 0 18 34 68 E 2A
Octal 145 173 135 22 0 30 64 150 16 52
Binary 1100101 1111011 1011101 10010 0 11000 110100 1101000 1110 101010

Color Harmonies of #657B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657B5D

Black with #657B5D

Text Example


Text Example

White with #657B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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