Shades of Axolotl #677B59
Tints of Axolotl #677B59
RGB
CMYK
RGB Variations
Color information
#677B59 (or 0x677B59) is known color: Axolotl. HEX triplet: 67, 7B and 59. RGB value is (103,123,89). Sum of RGB (Red+Green+Blue) = 103+123+89=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #677B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677B59 is #9884A6. Grayscale: #717171. Windows color (decimal): -9995431 or 5864295. OLE color: 5864295.
HSL color Cylindrical-coordinate representation of color #677B59: hue angle of 95.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #677B59 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 89 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.52 |
| HSL | 95.29º | 0.16% | 0.42% | - |
| HSV(B) | 95.29º | 0.28% | 0.48% | - |
| XYZ | 14.48 | 17.77 | 12.12 | - |
| YUV | 113.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 89 | 0.16 | 0 | 0.28 | 0.52 | 95.29 | 0.16 | 0.42 |
| Hex | 67 | 7B | 59 | 10 | 0 | 1C | 34 | 5F | 10 | 2A |
| Octal | 147 | 173 | 131 | 20 | 0 | 34 | 64 | 137 | 20 | 52 |
| Binary | 1100111 | 1111011 | 1011001 | 10000 | 0 | 11100 | 110100 | 1011111 | 10000 | 101010 |
Color Harmonies of #677B59
Complementary color
Monochromatic Colors of #677B59
Black with #677B59
Text Example
Text Example
White with #677B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B59; }
p { color: rgb(103,123,89); }
H1.HeaderClassName
{
color: #677B59;
}
.AnyTagClassName
{
color: #677B59;
}
</style>
background-color css
<style>
a { background-color: #677B59; }
a { background-color: rgb(103,123,89); }
div.DivClassName
{
background-color: #677B59;
}
.BgClassName
{
background-color: #677B59;
}
</style>
border-color css
<style>
span { border-color: #677B59; }
span { border-color: rgb(103,123,89); }
td.TdClassName
{
border-color: #677B59;
}
.TagClassName
{
border-color: #677B59;
}
</style>