#676F62

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

Shades of Axolotl #676F62

Tints of Axolotl #676F62

Color information

#676F62 (or 0x676F62) is unknown color: approx Axolotl. HEX triplet: 67, 6F and 62. RGB value is (103,111,98). Sum of RGB (Red+Green+Blue) = 103+111+98=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 111 - color contains mainly: green. Hex color #676F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F62 is #98909D. Grayscale: #6B6B6B. Windows color (decimal): -9998494 or 6451047. OLE color: 6451047.

HSL color Cylindrical-coordinate representation of color #676F62: hue angle of 96.92º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #676F62 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB10311198-
CMYK0.0700.120.56
HSL96.92º6.22%40.98%-
HSV(B)96.92º11.71%43.53%-
XYZ13.4815.1313.77-
YUV107.13122.85125.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.01%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=33.01%
G=35.58%
B=31.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103111980.0700.120.5696.926.2240.98
Hex676F6270C3861629
Octal147157142701470141651
Binary110011111011111100010111011001110001100001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676F62; }

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

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

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

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

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

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

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

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