Shades of Axolotl #677162
Tints of Axolotl #677162
RGB
CMYK
RGB Variations
Color information
#677162 (or 0x677162) is known color: Axolotl. HEX triplet: 67, 71 and 62. RGB value is (103,113,98). Sum of RGB (Red+Green+Blue) = 103+113+98=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 113 - color contains mainly: green. Hex color #677162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677162 is #988E9D. Grayscale: #6C6C6C. Windows color (decimal): -9997982 or 6451559. OLE color: 6451559.
HSL color Cylindrical-coordinate representation of color #677162: hue angle of 100º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #677162 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 113 | 98 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.56 |
| HSL | 100º | 0.07% | 0.41% | - |
| HSV(B) | 100º | 0.13% | 0.44% | - |
| XYZ | 13.7 | 15.58 | 13.84 | - |
| YUV | 108.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 98 | 0.09 | 0 | 0.13 | 0.56 | 100 | 0.07 | 0.41 |
| Hex | 67 | 71 | 62 | 9 | 0 | D | 38 | 64 | 7 | 29 |
| Octal | 147 | 161 | 142 | 11 | 0 | 15 | 70 | 144 | 7 | 51 |
| Binary | 1100111 | 1110001 | 1100010 | 1001 | 0 | 1101 | 111000 | 1100100 | 111 | 101001 |
Color Harmonies of #677162
Complementary color
Monochromatic Colors of #677162
Black with #677162
Text Example
Text Example
White with #677162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677162; }
p { color: rgb(103,113,98); }
H1.HeaderClassName
{
color: #677162;
}
.AnyTagClassName
{
color: #677162;
}
</style>
background-color css
<style>
a { background-color: #677162; }
a { background-color: rgb(103,113,98); }
div.DivClassName
{
background-color: #677162;
}
.BgClassName
{
background-color: #677162;
}
</style>
border-color css
<style>
span { border-color: #677162; }
span { border-color: rgb(103,113,98); }
td.TdClassName
{
border-color: #677162;
}
.TagClassName
{
border-color: #677162;
}
</style>