Html Css Color HEX #687E5E Axolotl

📋 copy color: '#687E5E'

red 104 ◦ green 126 ◦ blue 94

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

Shades of Axolotl #687E5E

Tints of Axolotl #687E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.89%

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

R = 32.1%
G = 38.89%
B = 29.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#687E5E (or 0x687E5E) is known color: Axolotl. HEX triplet: 68, 7E and 5E. RGB value is (104,126,94). Sum of RGB (Red+Green+Blue) = 104+126+94=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #687E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687E5E is #9781A1. Grayscale: #737373. Windows color (decimal): -9929122 or 6192744. OLE color: 6192744.

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

Color convert

RGB 104 126 94 -
CMYK 0.17 0 0.25 0.51
HSL 101.25º 0.15% 0.43% -
HSV(B) 101.25º 0.25% 0.49% -
XYZ 15.19 18.67 13.39 -
YUV 115.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 104 126 94 0.17 0 0.25 0.51 101.25 0.15 0.43
Hex 68 7E 5E 11 0 19 33 65 F 2B
Octal 150 176 136 21 0 31 63 145 17 53
Binary 1101000 1111110 1011110 10001 0 11001 110011 1100101 1111 101011

Color Harmonies of #687E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E5E

Black with #687E5E

Text Example


Text Example

White with #687E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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