Html Css Color HEX #637C5A Axolotl

📋 copy color: '#637C5A'

red 99 ◦ green 124 ◦ blue 90

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

Shades of Axolotl #637C5A

Tints of Axolotl #637C5A

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 value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#637C5A (or 0x637C5A) is known color: 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

RGB 99 124 90 -
CMYK 0.20 0 0.27 0.51
HSL 104.12º 0.16% 0.42% -
HSV(B) 104.12º 0.27% 0.49% -
XYZ 14.2 17.81 12.36 -
YUV 112.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 99 124 90 0.20 0 0.27 0.51 104.12 0.16 0.42
Hex 63 7C 5A 14 0 1B 33 68 10 2A
Octal 143 174 132 24 0 33 63 150 20 52
Binary 1100011 1111100 1011010 10100 0 11011 110011 1101000 10000 101010

Color Harmonies of #637C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637C5A

Black with #637C5A

Text Example


Text Example

White with #637C5A

Text Example


Text Example

HTML Codes & Css Web 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>