Html Css Color HEX #687561 Axolotl

📋 copy color: '#687561'

red 104 ◦ green 117 ◦ blue 97

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

Shades of Axolotl #687561

Tints of Axolotl #687561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

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

R = 32.7%
G = 36.79%
B = 30.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#687561 (or 0x687561) is known color: Axolotl. HEX triplet: 68, 75 and 61. RGB value is (104,117,97). Sum of RGB (Red+Green+Blue) = 104+117+97=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #687561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687561 is #978A9E. Grayscale: #6E6E6E. Windows color (decimal): -9931423 or 6387048. OLE color: 6387048.

HSL color Cylindrical-coordinate representation of color #687561: hue angle of 99º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #687561 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 117 97 -
CMYK 0.11 0 0.17 0.54
HSL 99º 0.09% 0.42% -
HSV(B) 99º 0.17% 0.46% -
XYZ 14.23 16.53 13.75 -
YUV 110.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 104 117 97 0.11 0 0.17 0.54 99 0.09 0.42
Hex 68 75 61 B 0 11 36 63 9 2A
Octal 150 165 141 13 0 21 66 143 11 52
Binary 1101000 1110101 1100001 1011 0 10001 110110 1100011 1001 101010

Color Harmonies of #687561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687561

Black with #687561

Text Example


Text Example

White with #687561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687561; }

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

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

background-color css

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

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

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

border-color css

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

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

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