Shades of Axolotl #677C5B
Tints of Axolotl #677C5B
RGB
CMYK
RGB Variations
Color information
#677C5B (or 0x677C5B) is known color: Axolotl. HEX triplet: 67, 7C and 5B. RGB value is (103,124,91). Sum of RGB (Red+Green+Blue) = 103+124+91=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 124 - color contains mainly: green. Hex color #677C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677C5B is #9883A4. Grayscale: #727272. Windows color (decimal): -9995173 or 5995623. OLE color: 5995623.
HSL color Cylindrical-coordinate representation of color #677C5B: hue angle of 98.18º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #677C5B is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 124 | 91 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.51 |
| HSL | 98.18º | 0.15% | 0.42% | - |
| HSV(B) | 98.18º | 0.27% | 0.49% | - |
| XYZ | 14.69 | 18.05 | 12.61 | - |
| YUV | 113.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 91 | 0.17 | 0 | 0.27 | 0.51 | 98.18 | 0.15 | 0.42 |
| Hex | 67 | 7C | 5B | 11 | 0 | 1B | 33 | 62 | F | 2A |
| Octal | 147 | 174 | 133 | 21 | 0 | 33 | 63 | 142 | 17 | 52 |
| Binary | 1100111 | 1111100 | 1011011 | 10001 | 0 | 11011 | 110011 | 1100010 | 1111 | 101010 |
Color Harmonies of #677C5B
Complementary color
Monochromatic Colors of #677C5B
Black with #677C5B
Text Example
Text Example
White with #677C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677C5B; }
p { color: rgb(103,124,91); }
H1.HeaderClassName
{
color: #677C5B;
}
.AnyTagClassName
{
color: #677C5B;
}
</style>
background-color css
<style>
a { background-color: #677C5B; }
a { background-color: rgb(103,124,91); }
div.DivClassName
{
background-color: #677C5B;
}
.BgClassName
{
background-color: #677C5B;
}
</style>
border-color css
<style>
span { border-color: #677C5B; }
span { border-color: rgb(103,124,91); }
td.TdClassName
{
border-color: #677C5B;
}
.TagClassName
{
border-color: #677C5B;
}
</style>