#687F5A

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

Shades of Axolotl #687F5A

Tints of Axolotl #687F5A

Color information

#687F5A (or 0x687F5A) is unknown color: approx Axolotl. HEX triplet: 68, 7F and 5A. RGB value is (104,127,90). Sum of RGB (Red+Green+Blue) = 104+127+90=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 127 - color contains mainly: green. Hex color #687F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687F5A is #9780A5. Grayscale: #747474. Windows color (decimal): -9928870 or 5930856. OLE color: 5930856.

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

Color convert

RGB10412790-
CMYK0.1800.290.50
HSL97.3º17.05%42.55%-
HSV(B)97.3º29.13%49.8%-
XYZ15.1418.8612.52-
YUV115.9113.38119.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=32.40%
G=39.56%
B=28.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104127900.1800.290.5097.317.0542.55
Hex687F5A1201D3261112b
Octal15017713222035621412153
Binary11010001111111101101010010011101110010110000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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