#687761

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

Shades of Axolotl #687761

Tints of Axolotl #687761

Color information

#687761 (or 0x687761) is unknown color: approx Axolotl. HEX triplet: 68, 77 and 61. RGB value is (104,119,97). Sum of RGB (Red+Green+Blue) = 104+119+97=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #687761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687761 is #97889E. Grayscale: #707070. Windows color (decimal): -9930911 or 6387560. OLE color: 6387560.

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

Color convert

RGB10411997-
CMYK0.1300.180.53
HSL100.91º10.19%42.35%-
HSV(B)100.91º18.49%46.67%-
XYZ14.461713.83-
YUV112.01119.53122.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=32.5%
G=37.19%
B=30.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104119970.1300.180.53100.9110.1942.35
Hex687761D0123565a2a
Octal15016714115022651451252
Binary110100011101111100001110101001011010111001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687761; }

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

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

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

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

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

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

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

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