#657B5B

Color #657B5B Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #657B5B

Tints of Axolotl #657B5B

Color information

#657B5B (or 0x657B5B) is unknown color: approx Axolotl. HEX triplet: 65, 7B and 5B. RGB value is (101,123,91). Sum of RGB (Red+Green+Blue) = 101+123+91=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #657B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657B5B is #9A84A4. Grayscale: #707070. Windows color (decimal): -10126501 or 5995365. OLE color: 5995365.

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

Color convert

RGB10112391-
CMYK0.1800.260.52
HSL101.25º14.95%41.96%-
HSV(B)101.25º26.02%48.24%-
XYZ14.3417.6912.56-
YUV112.77115.71119.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=32.06%
G=39.05%
B=28.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101123910.1800.260.52101.2514.9541.96
Hex657B5B1201A3465f2a
Octal14517313322032641451752
Binary1100101111101110110111001001101011010011001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #657B5B;
 }
 .AnyTagClassName
 {
   color: #657B5B;
 }
</style>
background-color css

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

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

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

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

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

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