Html Css Color HEX #687461 Axolotl

📋 copy color: '#687461'

red 104 ◦ green 116 ◦ blue 97

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

Shades of Axolotl #687461

Tints of Axolotl #687461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

 BLUE value IS 97 (38.28% from 255) = 30.6%

R = 32.81%
G = 36.59%
B = 30.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#687461 (or 0x687461) is known color: Axolotl. HEX triplet: 68, 74 and 61. RGB value is (104,116,97). Sum of RGB (Red+Green+Blue) = 104+116+97=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #687461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687461 is #978B9E. Grayscale: #6E6E6E. Windows color (decimal): -9931679 or 6386792. OLE color: 6386792.

HSL color Cylindrical-coordinate representation of color #687461: hue angle of 97.89º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687461 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 116 97 -
CMYK 0.10 0 0.16 0.55
HSL 97.89º 0.09% 0.42% -
HSV(B) 97.89º 0.16% 0.45% -
XYZ 14.11 16.3 13.71 -
YUV 110.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 104 116 97 0.10 0 0.16 0.55 97.89 0.09 0.42
Hex 68 74 61 A 0 10 37 62 9 2A
Octal 150 164 141 12 0 20 67 142 11 52
Binary 1101000 1110100 1100001 1010 0 10000 110111 1100010 1001 101010

Color Harmonies of #687461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687461

Black with #687461

Text Example


Text Example

White with #687461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687461; }

 p { color: rgb(104,116,97); }

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

background-color css

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

 a { background-color: rgb(104,116,97); }

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

border-color css

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

 span { border-color: rgb(104,116,97); }

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