#637F5A

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

Shades of Axolotl #637F5A

Tints of Axolotl #637F5A

Color information

#637F5A (or 0x637F5A) is unknown color: approx Axolotl. HEX triplet: 63, 7F and 5A. RGB value is (99,127,90). Sum of RGB (Red+Green+Blue) = 99+127+90=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 127 - color contains mainly: green. Hex color #637F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637F5A is #9C80A5. Grayscale: #727272. Windows color (decimal): -10256550 or 5930851. OLE color: 5930851.

HSL color Cylindrical-coordinate representation of color #637F5A: hue angle of 105.41º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #637F5A is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB9912790-
CMYK0.2200.290.50
HSL105.41º17.05%42.55%-
HSV(B)105.41º29.13%49.8%-
XYZ14.5818.5712.49-
YUV114.41114.22117.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.33%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=31.33%
G=40.19%
B=28.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99127900.2200.290.50105.4117.0542.55
Hex637F5A1601D3269112b
Octal14317713226035621512153
Binary11000111111111101101010110011101110010110100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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