Html Css Color HEX #687861 Axolotl

📋 copy color: '#687861'

red 104 ◦ green 120 ◦ blue 97

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

Shades of Axolotl #687861

Tints of Axolotl #687861

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.38%

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

R = 32.4%
G = 37.38%
B = 30.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#687861 (or 0x687861) is known color: Axolotl. HEX triplet: 68, 78 and 61. RGB value is (104,120,97). Sum of RGB (Red+Green+Blue) = 104+120+97=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 120 - color contains mainly: green. Hex color #687861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687861 is #97879E. Grayscale: #707070. Windows color (decimal): -9930655 or 6387816. OLE color: 6387816.

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

Color convert

RGB 104 120 97 -
CMYK 0.13 0 0.19 0.53
HSL 101.74º 0.11% 0.43% -
HSV(B) 101.74º 0.19% 0.47% -
XYZ 14.58 17.24 13.87 -
YUV 112.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 104 120 97 0.13 0 0.19 0.53 101.74 0.11 0.43
Hex 68 78 61 D 0 13 35 66 B 2B
Octal 150 170 141 15 0 23 65 146 13 53
Binary 1101000 1111000 1100001 1101 0 10011 110101 1100110 1011 101011

Color Harmonies of #687861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687861

Black with #687861

Text Example


Text Example

White with #687861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687861; }

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

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

background-color css

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

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

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

border-color css

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

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

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