#687760

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

Shades of Axolotl #687760

Tints of Axolotl #687760

Color information

#687760 (or 0x687760) is unknown color: approx Axolotl. HEX triplet: 68, 77 and 60. RGB value is (104,119,96). Sum of RGB (Red+Green+Blue) = 104+119+96=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #687760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687760 is #97889F. Grayscale: #6F6F6F. Windows color (decimal): -9930912 or 6322024. OLE color: 6322024.

HSL color Cylindrical-coordinate representation of color #687760: hue angle of 99.13º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #687760 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB10411996-
CMYK0.1300.190.53
HSL99.13º10.7%42.16%-
HSV(B)99.13º19.33%46.67%-
XYZ14.4216.9813.58-
YUV111.89119.03122.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=32.60%
G=37.30%
B=30.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104119960.1300.190.5399.1310.742.16
Hex687760D0133563b2a
Octal15016714015023651431352
Binary110100011101111100000110101001111010111000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687760; }

 p { color: rgb(104,119,96); }

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

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

 a { background-color: rgb(104,119,96); }

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

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

 span { border-color: rgb(104,119,96); }

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