Shades of Axolotl #677F58
Tints of Axolotl #677F58
RGB
CMYK
RGB Variations
Color information
#677F58 (or 0x677F58) is known color: Axolotl. HEX triplet: 67, 7F and 58. RGB value is (103,127,88). Sum of RGB (Red+Green+Blue) = 103+127+88=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 127 - color contains mainly: green. Hex color #677F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F58 is #9880A7. Grayscale: #737373. Windows color (decimal): -9994408 or 5799783. OLE color: 5799783.
HSL color Cylindrical-coordinate representation of color #677F58: hue angle of 96.92º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #677F58 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 88 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.50 |
| HSL | 96.92º | 0.18% | 0.42% | - |
| HSV(B) | 96.92º | 0.31% | 0.5% | - |
| XYZ | 14.94 | 18.77 | 12.07 | - |
| YUV | 115.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 88 | 0.19 | 0 | 0.31 | 0.50 | 96.92 | 0.18 | 0.42 |
| Hex | 67 | 7F | 58 | 13 | 0 | 1F | 32 | 61 | 12 | 2A |
| Octal | 147 | 177 | 130 | 23 | 0 | 37 | 62 | 141 | 22 | 52 |
| Binary | 1100111 | 1111111 | 1011000 | 10011 | 0 | 11111 | 110010 | 1100001 | 10010 | 101010 |
Color Harmonies of #677F58
Complementary color
Monochromatic Colors of #677F58
Black with #677F58
Text Example
Text Example
White with #677F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F58; }
p { color: rgb(103,127,88); }
H1.HeaderClassName
{
color: #677F58;
}
.AnyTagClassName
{
color: #677F58;
}
</style>
background-color css
<style>
a { background-color: #677F58; }
a { background-color: rgb(103,127,88); }
div.DivClassName
{
background-color: #677F58;
}
.BgClassName
{
background-color: #677F58;
}
</style>
border-color css
<style>
span { border-color: #677F58; }
span { border-color: rgb(103,127,88); }
td.TdClassName
{
border-color: #677F58;
}
.TagClassName
{
border-color: #677F58;
}
</style>