#687C60

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

Shades of Axolotl #687C60

Tints of Axolotl #687C60

Color information

#687C60 (or 0x687C60) is unknown color: approx Axolotl. HEX triplet: 68, 7C and 60. RGB value is (104,124,96). Sum of RGB (Red+Green+Blue) = 104+124+96=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 124 - color contains mainly: green. Hex color #687C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C60 is #97839F. Grayscale: #727272. Windows color (decimal): -9929632 or 6323304. OLE color: 6323304.

HSL color Cylindrical-coordinate representation of color #687C60: hue angle of 102.86º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #687C60 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB10412496-
CMYK0.1600.230.51
HSL102.86º12.73%43.14%-
HSV(B)102.86º22.58%48.63%-
XYZ15.0318.213.79-
YUV114.83117.37120.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 124 (48.83% from 255) = 38.27%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=32.10%
G=38.27%
B=29.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104124960.1600.230.51102.8612.7343.14
Hex687C60100173367d2b
Octal15017414020027631471553
Binary1101000111110011000001000001011111001111001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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