Shades of Axolotl #677B5D
Tints of Axolotl #677B5D
RGB
CMYK
RGB Variations
Color information
#677B5D (or 0x677B5D) is known color: Axolotl. HEX triplet: 67, 7B and 5D. RGB value is (103,123,93). Sum of RGB (Red+Green+Blue) = 103+123+93=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 123 - color contains mainly: green. Hex color #677B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677B5D is #9884A2. Grayscale: #717171. Windows color (decimal): -9995427 or 6126439. OLE color: 6126439.
HSL color Cylindrical-coordinate representation of color #677B5D: hue angle of 100º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #677B5D is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 93 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.52 |
| HSL | 100º | 0.14% | 0.42% | - |
| HSV(B) | 100º | 0.24% | 0.48% | - |
| XYZ | 14.65 | 17.84 | 13.03 | - |
| YUV | 113.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 93 | 0.16 | 0 | 0.24 | 0.52 | 100 | 0.14 | 0.42 |
| Hex | 67 | 7B | 5D | 10 | 0 | 18 | 34 | 64 | E | 2A |
| Octal | 147 | 173 | 135 | 20 | 0 | 30 | 64 | 144 | 16 | 52 |
| Binary | 1100111 | 1111011 | 1011101 | 10000 | 0 | 11000 | 110100 | 1100100 | 1110 | 101010 |
Color Harmonies of #677B5D
Complementary color
Monochromatic Colors of #677B5D
Black with #677B5D
Text Example
Text Example
White with #677B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B5D; }
p { color: rgb(103,123,93); }
H1.HeaderClassName
{
color: #677B5D;
}
.AnyTagClassName
{
color: #677B5D;
}
</style>
background-color css
<style>
a { background-color: #677B5D; }
a { background-color: rgb(103,123,93); }
div.DivClassName
{
background-color: #677B5D;
}
.BgClassName
{
background-color: #677B5D;
}
</style>
border-color css
<style>
span { border-color: #677B5D; }
span { border-color: rgb(103,123,93); }
td.TdClassName
{
border-color: #677B5D;
}
.TagClassName
{
border-color: #677B5D;
}
</style>