#677462

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

Shades of Axolotl #677462

Tints of Axolotl #677462

Color information

#677462 (or 0x677462) is unknown color: approx Axolotl. HEX triplet: 67, 74 and 62. RGB value is (103,116,98). Sum of RGB (Red+Green+Blue) = 103+116+98=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #677462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677462 is #988B9D. Grayscale: #6E6E6E. Windows color (decimal): -9997214 or 6452327. OLE color: 6452327.

HSL color Cylindrical-coordinate representation of color #677462: hue angle of 103.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #677462 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB10311698-
CMYK0.1100.160.55
HSL103.33º8.41%41.96%-
HSV(B)103.33º15.52%45.49%-
XYZ14.0416.2613.95-
YUV110.06121.19122.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.49%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=32.49%
G=36.59%
B=30.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103116980.1100.160.55103.338.4141.96
Hex677462B010376782a
Octal14716414213020671471052
Binary110011111101001100010101101000011011111001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677462; }

 p { color: rgb(103,116,98); }

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

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

 a { background-color: rgb(103,116,98); }

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

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

 span { border-color: rgb(103,116,98); }

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