Shades of Axolotl #677761
Tints of Axolotl #677761
RGB
CMYK
RGB Variations
Color information
#677761 (or 0x677761) is known color: Axolotl. HEX triplet: 67, 77 and 61. RGB value is (103,119,97). Sum of RGB (Red+Green+Blue) = 103+119+97=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #677761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677761 is #98889E. Grayscale: #6F6F6F. Windows color (decimal): -9996447 or 6387559. OLE color: 6387559.
HSL color Cylindrical-coordinate representation of color #677761: hue angle of 103.64º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #677761 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 119 | 97 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.53 |
| HSL | 103.64º | 0.1% | 0.42% | - |
| HSV(B) | 103.64º | 0.18% | 0.47% | - |
| XYZ | 14.35 | 16.94 | 13.82 | - |
| YUV | 111.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 97 | 0.13 | 0 | 0.18 | 0.53 | 103.64 | 0.1 | 0.42 |
| Hex | 67 | 77 | 61 | D | 0 | 12 | 35 | 68 | A | 2A |
| Octal | 147 | 167 | 141 | 15 | 0 | 22 | 65 | 150 | 12 | 52 |
| Binary | 1100111 | 1110111 | 1100001 | 1101 | 0 | 10010 | 110101 | 1101000 | 1010 | 101010 |
Color Harmonies of #677761
Complementary color
Monochromatic Colors of #677761
Black with #677761
Text Example
Text Example
White with #677761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677761; }
p { color: rgb(103,119,97); }
H1.HeaderClassName
{
color: #677761;
}
.AnyTagClassName
{
color: #677761;
}
</style>
background-color css
<style>
a { background-color: #677761; }
a { background-color: rgb(103,119,97); }
div.DivClassName
{
background-color: #677761;
}
.BgClassName
{
background-color: #677761;
}
</style>
border-color css
<style>
span { border-color: #677761; }
span { border-color: rgb(103,119,97); }
td.TdClassName
{
border-color: #677761;
}
.TagClassName
{
border-color: #677761;
}
</style>