#677F5A

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

Shades of Axolotl #677F5A

Tints of Axolotl #677F5A

Color information

#677F5A (or 0x677F5A) is unknown color: approx Axolotl. HEX triplet: 67, 7F and 5A. RGB value is (103,127,90). Sum of RGB (Red+Green+Blue) = 103+127+90=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #677F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F5A is #9880A5. Grayscale: #737373. Windows color (decimal): -9994406 or 5930855. OLE color: 5930855.

HSL color Cylindrical-coordinate representation of color #677F5A: hue angle of 98.92º 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 #677F5A is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB10312790-
CMYK0.1900.290.50
HSL98.92º17.05%42.55%-
HSV(B)98.92º29.13%49.8%-
XYZ15.0318.812.51-
YUV115.61113.55119.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=32.19%
G=39.69%
B=28.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103127900.1900.290.5098.9217.0542.55
Hex677F5A1301D3263112b
Octal14717713223035621432153
Binary11001111111111101101010011011101110010110001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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