#687B5C

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

Shades of Axolotl #687B5C

Tints of Axolotl #687B5C

Color information

#687B5C (or 0x687B5C) is unknown color: approx Axolotl. HEX triplet: 68, 7B and 5C. RGB value is (104,123,92). Sum of RGB (Red+Green+Blue) = 104+123+92=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 123 - color contains mainly: green. Hex color #687B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687B5C is #9784A3. Grayscale: #717171. Windows color (decimal): -9929892 or 6060904. OLE color: 6060904.

HSL color Cylindrical-coordinate representation of color #687B5C: hue angle of 96.77º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #687B5C is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB10412392-
CMYK0.1500.250.52
HSL96.77º14.42%42.16%-
HSV(B)96.77º25.2%48.24%-
XYZ14.7217.8812.8-
YUV113.78115.71121.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 123 (48.44% from 255) = 38.56%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=32.60%
G=38.56%
B=28.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104123920.1500.250.5296.7714.4242.16
Hex687B5CF0193461e2a
Octal15017313417031641411652
Binary110100011110111011100111101100111010011000011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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