#687F59

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

Shades of Axolotl #687F59

Tints of Axolotl #687F59

Color information

#687F59 (or 0x687F59) is unknown color: approx Axolotl. HEX triplet: 68, 7F and 59. RGB value is (104,127,89). Sum of RGB (Red+Green+Blue) = 104+127+89=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #687F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687F59 is #9780A6. Grayscale: #737373. Windows color (decimal): -9928871 or 5865320. OLE color: 5865320.

HSL color Cylindrical-coordinate representation of color #687F59: hue angle of 96.32º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #687F59 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB10412789-
CMYK0.1800.300.50
HSL96.32º17.59%42.35%-
HSV(B)96.32º29.92%49.8%-
XYZ15.118.8412.29-
YUV115.79112.88119.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 89 (35.16% from 255) = 27.81%
R=32.5%
G=39.69%
B=27.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104127890.1800.300.5096.3217.5942.35
Hex687F591201E3260122a
Octal15017713122036621402252
Binary11010001111111101100110010011110110010110000010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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