Html Css Color HEX #677660 Axolotl

📋 copy color: '#677660'

red 103 ◦ green 118 ◦ blue 96

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

Shades of Axolotl #677660

Tints of Axolotl #677660

RGB

 RED value IS 103 (40.63% from 255) = 32.49%

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

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

R = 32.49%
G = 37.22%
B = 30.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#677660 (or 0x677660) is known color: Axolotl. HEX triplet: 67, 76 and 60. RGB value is (103,118,96). Sum of RGB (Red+Green+Blue) = 103+118+96=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #677660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677660 is #98899F. Grayscale: #6F6F6F. Windows color (decimal): -9996704 or 6321767. OLE color: 6321767.

HSL color Cylindrical-coordinate representation of color #677660: hue angle of 100.91º 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 #677660 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 118 96 -
CMYK 0.13 0 0.19 0.54
HSL 100.91º 0.1% 0.42% -
HSV(B) 100.91º 0.19% 0.46% -
XYZ 14.18 16.68 13.54 -
YUV 111.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 103 118 96 0.13 0 0.19 0.54 100.91 0.1 0.42
Hex 67 76 60 D 0 13 36 65 A 2A
Octal 147 166 140 15 0 23 66 145 12 52
Binary 1100111 1110110 1100000 1101 0 10011 110110 1100101 1010 101010

Color Harmonies of #677660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677660

Black with #677660

Text Example


Text Example

White with #677660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677660; }

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

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

background-color css

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

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

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

border-color css

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

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

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