#687B5E

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

Shades of Axolotl #687B5E

Tints of Axolotl #687B5E

Color information

#687B5E (or 0x687B5E) is unknown color: approx Axolotl. HEX triplet: 68, 7B and 5E. RGB value is (104,123,94). Sum of RGB (Red+Green+Blue) = 104+123+94=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #687B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687B5E is #9784A1. Grayscale: #727272. Windows color (decimal): -9929890 or 6191976. OLE color: 6191976.

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

Color convert

RGB10412394-
CMYK0.1500.240.52
HSL99.31º13.36%42.55%-
HSV(B)99.31º23.58%48.24%-
XYZ14.8117.9213.27-
YUV114.01116.71120.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=32.40%
G=38.32%
B=29.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104123940.1500.240.5299.3113.3642.55
Hex687B5EF0183463d2b
Octal15017313617030641431553
Binary110100011110111011110111101100011010011000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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