Html Css Color HEX #687C5E Axolotl

📋 copy color: '#687C5E'

red 104 ◦ green 124 ◦ blue 94

#687C5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Axolotl #687C5E

Tints of Axolotl #687C5E

RGB

 RED value IS 104 (41.02% from 255) = 32.3%

 GREEN value IS 124 (48.83% from 255) = 38.51%

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 32.3%
G = 38.51%
B = 29.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#687C5E (or 0x687C5E) is known color: Axolotl. HEX triplet: 68, 7C and 5E. RGB value is (104,124,94). Sum of RGB (Red+Green+Blue) = 104+124+94=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #687C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C5E is #9783A1. Grayscale: #727272. Windows color (decimal): -9929634 or 6192232. OLE color: 6192232.

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

Color convert

RGB 104 124 94 -
CMYK 0.16 0 0.24 0.51
HSL 100º 0.14% 0.43% -
HSV(B) 100º 0.24% 0.49% -
XYZ 14.94 18.17 13.31 -
YUV 114.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 104 124 94 0.16 0 0.24 0.51 100 0.14 0.43
Hex 68 7C 5E 10 0 18 33 64 E 2B
Octal 150 174 136 20 0 30 63 144 16 53
Binary 1101000 1111100 1011110 10000 0 11000 110011 1100100 1110 101011

Color Harmonies of #687C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C5E

Black with #687C5E

Text Example


Text Example

White with #687C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #687C5E;
 }
 .AnyTagClassName
 {
   color: #687C5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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