#687461

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

Shades of Axolotl #687461

Tints of Axolotl #687461

Color information

#687461 (or 0x687461) is unknown color: approx Axolotl. HEX triplet: 68, 74 and 61. RGB value is (104,116,97). Sum of RGB (Red+Green+Blue) = 104+116+97=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #687461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687461 is #978B9E. Grayscale: #6E6E6E. Windows color (decimal): -9931679 or 6386792. OLE color: 6386792.

HSL color Cylindrical-coordinate representation of color #687461: hue angle of 97.89º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687461 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB10411697-
CMYK0.1000.160.55
HSL97.89º8.92%41.76%-
HSV(B)97.89º16.38%45.49%-
XYZ14.1116.313.71-
YUV110.25120.52123.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=32.81%
G=36.59%
B=30.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104116970.1000.160.5597.898.9241.76
Hex687461A010376292a
Octal15016414112020671421152
Binary110100011101001100001101001000011011111000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687461; }

 p { color: rgb(104,116,97); }

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

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

 a { background-color: rgb(104,116,97); }

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

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

 span { border-color: rgb(104,116,97); }

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