#677C5A

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

Shades of Axolotl #677C5A

Tints of Axolotl #677C5A

Color information

#677C5A (or 0x677C5A) is unknown color: approx Axolotl. HEX triplet: 67, 7C and 5A. RGB value is (103,124,90). Sum of RGB (Red+Green+Blue) = 103+124+90=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #677C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677C5A is #9883A5. Grayscale: #717171. Windows color (decimal): -9995174 or 5930087. OLE color: 5930087.

HSL color Cylindrical-coordinate representation of color #677C5A: hue angle of 97.06º 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 #677C5A is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB10312490-
CMYK0.1700.270.51
HSL97.06º15.89%41.96%-
HSV(B)97.06º27.42%48.63%-
XYZ14.6518.0412.38-
YUV113.84114.54120.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.49%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=32.49%
G=39.12%
B=28.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103124900.1700.270.5197.0615.8941.96
Hex677C5A1101B3361102a
Octal14717413221033631412052
Binary11001111111100101101010001011011110011110000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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