Html Css Color HEX #687A5C Axolotl

📋 copy color: '#687A5C'

red 104 ◦ green 122 ◦ blue 92

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

Shades of Axolotl #687A5C

Tints of Axolotl #687A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.36%

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 32.7%
G = 38.36%
B = 28.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#687A5C (or 0x687A5C) is known color: Axolotl. HEX triplet: 68, 7A and 5C. RGB value is (104,122,92). Sum of RGB (Red+Green+Blue) = 104+122+92=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 122 - color contains mainly: green. Hex color #687A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A5C is #9785A3. Grayscale: #717171. Windows color (decimal): -9930148 or 6060648. OLE color: 6060648.

HSL color Cylindrical-coordinate representation of color #687A5C: hue angle of 96º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #687A5C is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 122 92 -
CMYK 0.15 0 0.25 0.52
HSL 96º 0.14% 0.42% -
HSV(B) 96º 0.25% 0.48% -
XYZ 14.6 17.63 12.76 -
YUV 113.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 104 122 92 0.15 0 0.25 0.52 96 0.14 0.42
Hex 68 7A 5C F 0 19 34 60 E 2A
Octal 150 172 134 17 0 31 64 140 16 52
Binary 1101000 1111010 1011100 1111 0 11001 110100 1100000 1110 101010

Color Harmonies of #687A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687A5C

Black with #687A5C

Text Example


Text Example

White with #687A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,122,92); }

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

background-color css

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

 a { background-color: rgb(104,122,92); }

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

border-color css

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

 span { border-color: rgb(104,122,92); }

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