Html Css Color HEX #687C5B Axolotl

📋 copy color: '#687C5B'

red 104 ◦ green 124 ◦ blue 91

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

Shades of Axolotl #687C5B

Tints of Axolotl #687C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 32.6%
G = 38.87%
B = 28.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#687C5B (or 0x687C5B) is known color: Axolotl. HEX triplet: 68, 7C and 5B. RGB value is (104,124,91). Sum of RGB (Red+Green+Blue) = 104+124+91=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #687C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C5B is #9783A4. Grayscale: #727272. Windows color (decimal): -9929637 or 5995624. OLE color: 5995624.

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

Color convert

RGB 104 124 91 -
CMYK 0.16 0 0.27 0.51
HSL 96.36º 0.15% 0.42% -
HSV(B) 96.36º 0.27% 0.49% -
XYZ 14.8 18.11 12.61 -
YUV 114.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 104 124 91 0.16 0 0.27 0.51 96.36 0.15 0.42
Hex 68 7C 5B 10 0 1B 33 60 F 2A
Octal 150 174 133 20 0 33 63 140 17 52
Binary 1101000 1111100 1011011 10000 0 11011 110011 1100000 1111 101010

Color Harmonies of #687C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C5B

Black with #687C5B

Text Example


Text Example

White with #687C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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