Shades of Axolotl #677D5A
Tints of Axolotl #677D5A
RGB
CMYK
RGB Variations
Color information
#677D5A (or 0x677D5A) is known color: Axolotl. HEX triplet: 67, 7D and 5A. RGB value is (103,125,90). Sum of RGB (Red+Green+Blue) = 103+125+90=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 125 - color contains mainly: green. Hex color #677D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677D5A is #9882A5. Grayscale: #727272. Windows color (decimal): -9994918 or 5930343. OLE color: 5930343.
HSL color Cylindrical-coordinate representation of color #677D5A: hue angle of 97.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #677D5A is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 125 | 90 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.51 |
| HSL | 97.71º | 0.16% | 0.42% | - |
| HSV(B) | 97.71º | 0.28% | 0.49% | - |
| XYZ | 14.77 | 18.29 | 12.42 | - |
| YUV | 114.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 90 | 0.18 | 0 | 0.28 | 0.51 | 97.71 | 0.16 | 0.42 |
| Hex | 67 | 7D | 5A | 12 | 0 | 1C | 33 | 62 | 10 | 2A |
| Octal | 147 | 175 | 132 | 22 | 0 | 34 | 63 | 142 | 20 | 52 |
| Binary | 1100111 | 1111101 | 1011010 | 10010 | 0 | 11100 | 110011 | 1100010 | 10000 | 101010 |
Color Harmonies of #677D5A
Complementary color
Monochromatic Colors of #677D5A
Black with #677D5A
Text Example
Text Example
White with #677D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D5A; }
p { color: rgb(103,125,90); }
H1.HeaderClassName
{
color: #677D5A;
}
.AnyTagClassName
{
color: #677D5A;
}
</style>
background-color css
<style>
a { background-color: #677D5A; }
a { background-color: rgb(103,125,90); }
div.DivClassName
{
background-color: #677D5A;
}
.BgClassName
{
background-color: #677D5A;
}
</style>
border-color css
<style>
span { border-color: #677D5A; }
span { border-color: rgb(103,125,90); }
td.TdClassName
{
border-color: #677D5A;
}
.TagClassName
{
border-color: #677D5A;
}
</style>