Html Css Color HEX #687660 Axolotl

📋 copy color: '#687660'

red 104 ◦ green 118 ◦ blue 96

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

Shades of Axolotl #687660

Tints of Axolotl #687660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 32.7%
G = 37.11%
B = 30.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#687660 (or 0x687660) is known color: Axolotl. HEX triplet: 68, 76 and 60. RGB value is (104,118,96). Sum of RGB (Red+Green+Blue) = 104+118+96=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 118 - color contains mainly: green. Hex color #687660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687660 is #97899F. Grayscale: #6F6F6F. Windows color (decimal): -9931168 or 6321768. OLE color: 6321768.

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

Color convert

RGB 104 118 96 -
CMYK 0.12 0 0.19 0.54
HSL 98.18º 0.1% 0.42% -
HSV(B) 98.18º 0.19% 0.46% -
XYZ 14.3 16.74 13.54 -
YUV 111.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 104 118 96 0.12 0 0.19 0.54 98.18 0.1 0.42
Hex 68 76 60 C 0 13 36 62 A 2A
Octal 150 166 140 14 0 23 66 142 12 52
Binary 1101000 1110110 1100000 1100 0 10011 110110 1100010 1010 101010

Color Harmonies of #687660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687660

Black with #687660

Text Example


Text Example

White with #687660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687660; }

 p { color: rgb(104,118,96); }

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

background-color css

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

 a { background-color: rgb(104,118,96); }

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

border-color css

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

 span { border-color: rgb(104,118,96); }

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