Shades of Axolotl #67775E
Tints of Axolotl #67775E
RGB
CMYK
RGB Variations
Color information
#67775E (or 0x67775E) is known color: Axolotl. HEX triplet: 67, 77 and 5E. RGB value is (103,119,94). Sum of RGB (Red+Green+Blue) = 103+119+94=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #67775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67775E is #9888A1. Grayscale: #6F6F6F. Windows color (decimal): -9996450 or 6190951. OLE color: 6190951.
HSL color Cylindrical-coordinate representation of color #67775E: hue angle of 98.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67775E is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 119 | 94 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.53 |
| HSL | 98.4º | 0.12% | 0.42% | - |
| HSV(B) | 98.4º | 0.21% | 0.47% | - |
| XYZ | 14.21 | 16.89 | 13.1 | - |
| YUV | 111.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 94 | 0.13 | 0 | 0.21 | 0.53 | 98.4 | 0.12 | 0.42 |
| Hex | 67 | 77 | 5E | D | 0 | 15 | 35 | 62 | C | 2A |
| Octal | 147 | 167 | 136 | 15 | 0 | 25 | 65 | 142 | 14 | 52 |
| Binary | 1100111 | 1110111 | 1011110 | 1101 | 0 | 10101 | 110101 | 1100010 | 1100 | 101010 |
Color Harmonies of #67775E
Complementary color
Monochromatic Colors of #67775E
Black with #67775E
Text Example
Text Example
White with #67775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67775E; }
p { color: rgb(103,119,94); }
H1.HeaderClassName
{
color: #67775E;
}
.AnyTagClassName
{
color: #67775E;
}
</style>
background-color css
<style>
a { background-color: #67775E; }
a { background-color: rgb(103,119,94); }
div.DivClassName
{
background-color: #67775E;
}
.BgClassName
{
background-color: #67775E;
}
</style>
border-color css
<style>
span { border-color: #67775E; }
span { border-color: rgb(103,119,94); }
td.TdClassName
{
border-color: #67775E;
}
.TagClassName
{
border-color: #67775E;
}
</style>