#687C5C

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

Shades of Axolotl #687C5C

Tints of Axolotl #687C5C

Color information

#687C5C (or 0x687C5C) is unknown color: approx Axolotl. HEX triplet: 68, 7C and 5C. RGB value is (104,124,92). Sum of RGB (Red+Green+Blue) = 104+124+92=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 124 - color contains mainly: green. Hex color #687C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C5C is #9783A3. Grayscale: #727272. Windows color (decimal): -9929636 or 6061160. OLE color: 6061160.

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

Color convert

RGB10412492-
CMYK0.1600.260.51
HSL97.5º14.81%42.35%-
HSV(B)97.5º25.81%48.63%-
XYZ14.8518.1312.84-
YUV114.37115.37120.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 124 (48.83% from 255) = 38.75%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=32.5%
G=38.75%
B=28.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104124920.1600.260.5197.514.8142.35
Hex687C5C1001A3362f2a
Octal15017413420032631421752
Binary1101000111110010111001000001101011001111000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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