#637C5A

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

Shades of Axolotl #637C5A

Tints of Axolotl #637C5A

Color information

#637C5A (or 0x637C5A) is unknown color: approx Axolotl. HEX triplet: 63, 7C and 5A. RGB value is (99,124,90). Sum of RGB (Red+Green+Blue) = 99+124+90=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #637C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637C5A is #9C83A5. Grayscale: #707070. Windows color (decimal): -10257318 or 5930083. OLE color: 5930083.

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

Color convert

RGB9912490-
CMYK0.2000.270.51
HSL104.12º15.89%41.96%-
HSV(B)104.12º27.42%48.63%-
XYZ14.217.8112.36-
YUV112.65115.22118.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=31.63%
G=39.62%
B=28.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99124900.2000.270.51104.1215.8941.96
Hex637C5A1401B3368102a
Octal14317413224033631502052
Binary11000111111100101101010100011011110011110100010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637C5A; }

 p { color: rgb(99,124,90); }

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

<style>
 a { background-color: #637C5A; }

 a { background-color: rgb(99,124,90); }

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

<style>
 span { border-color: #637C5A; }

 span { border-color: rgb(99,124,90); }

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