#677760

Color #677760 Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #677760

Tints of Axolotl #677760

Color information

#677760 (or 0x677760) is unknown color: approx Axolotl. HEX triplet: 67, 77 and 60. RGB value is (103,119,96). Sum of RGB (Red+Green+Blue) = 103+119+96=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #677760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677760 is #98889F. Grayscale: #6F6F6F. Windows color (decimal): -9996448 or 6322023. OLE color: 6322023.

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

Color convert

RGB10311996-
CMYK0.1300.190.53
HSL101.74º10.7%42.16%-
HSV(B)101.74º19.33%46.67%-
XYZ14.316.9213.58-
YUV111.59119.2121.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.39%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=32.39%
G=37.42%
B=30.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103119960.1300.190.53101.7410.742.16
Hex677760D0133566b2a
Octal14716714015023651461352
Binary110011111101111100000110101001111010111001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677760; }

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

 H1.HeaderClassName
 {
   color: #677760;
 }
 .AnyTagClassName
 {
   color: #677760;
 }
</style>
background-color css

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

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

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

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

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

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