Shades of Axolotl #677461
Tints of Axolotl #677461
RGB
CMYK
RGB Variations
Color information
#677461 (or 0x677461) is known color: Axolotl. HEX triplet: 67, 74 and 61. RGB value is (103,116,97). Sum of RGB (Red+Green+Blue) = 103+116+97=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #677461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677461 is #988B9E. Grayscale: #6E6E6E. Windows color (decimal): -9997215 or 6386791. OLE color: 6386791.
HSL color Cylindrical-coordinate representation of color #677461: hue angle of 101.05º degrees, saturation: 0.09, 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 #677461 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 116 | 97 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.55 |
| HSL | 101.05º | 0.09% | 0.42% | - |
| HSV(B) | 101.05º | 0.16% | 0.45% | - |
| XYZ | 14 | 16.24 | 13.71 | - |
| YUV | 109.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 97 | 0.11 | 0 | 0.16 | 0.55 | 101.05 | 0.09 | 0.42 |
| Hex | 67 | 74 | 61 | B | 0 | 10 | 37 | 65 | 9 | 2A |
| Octal | 147 | 164 | 141 | 13 | 0 | 20 | 67 | 145 | 11 | 52 |
| Binary | 1100111 | 1110100 | 1100001 | 1011 | 0 | 10000 | 110111 | 1100101 | 1001 | 101010 |
Color Harmonies of #677461
Complementary color
Monochromatic Colors of #677461
Black with #677461
Text Example
Text Example
White with #677461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677461; }
p { color: rgb(103,116,97); }
H1.HeaderClassName
{
color: #677461;
}
.AnyTagClassName
{
color: #677461;
}
</style>
background-color css
<style>
a { background-color: #677461; }
a { background-color: rgb(103,116,97); }
div.DivClassName
{
background-color: #677461;
}
.BgClassName
{
background-color: #677461;
}
</style>
border-color css
<style>
span { border-color: #677461; }
span { border-color: rgb(103,116,97); }
td.TdClassName
{
border-color: #677461;
}
.TagClassName
{
border-color: #677461;
}
</style>