Html Css Color HEX #687761 Axolotl

📋 copy color: '#687761'

red 104 ◦ green 119 ◦ blue 97

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

Shades of Axolotl #687761

Tints of Axolotl #687761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.19%

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

R = 32.5%
G = 37.19%
B = 30.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#687761 (or 0x687761) is known color: Axolotl. HEX triplet: 68, 77 and 61. RGB value is (104,119,97). Sum of RGB (Red+Green+Blue) = 104+119+97=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #687761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687761 is #97889E. Grayscale: #707070. Windows color (decimal): -9930911 or 6387560. OLE color: 6387560.

HSL color Cylindrical-coordinate representation of color #687761: hue angle of 100.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #687761 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 119 97 -
CMYK 0.13 0 0.18 0.53
HSL 100.91º 0.1% 0.42% -
HSV(B) 100.91º 0.18% 0.47% -
XYZ 14.46 17 13.83 -
YUV 112.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 104 119 97 0.13 0 0.18 0.53 100.91 0.1 0.42
Hex 68 77 61 D 0 12 35 65 A 2A
Octal 150 167 141 15 0 22 65 145 12 52
Binary 1101000 1110111 1100001 1101 0 10010 110101 1100101 1010 101010

Color Harmonies of #687761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687761

Black with #687761

Text Example


Text Example

White with #687761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687761; }

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

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

background-color css

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

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

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

border-color css

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

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

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