Shades of Axolotl #67795F
Tints of Axolotl #67795F
RGB
CMYK
RGB Variations
Color information
#67795F (or 0x67795F) is known color: Axolotl. HEX triplet: 67, 79 and 5F. RGB value is (103,121,95). Sum of RGB (Red+Green+Blue) = 103+121+95=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #67795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67795F is #9886A0. Grayscale: #707070. Windows color (decimal): -9995937 or 6256999. OLE color: 6256999.
HSL color Cylindrical-coordinate representation of color #67795F: hue angle of 101.54º 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 #67795F is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 121 | 95 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.53 |
| HSL | 101.54º | 0.12% | 0.42% | - |
| HSV(B) | 101.54º | 0.21% | 0.47% | - |
| XYZ | 14.5 | 17.38 | 13.42 | - |
| YUV | 112.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 95 | 0.15 | 0 | 0.21 | 0.53 | 101.54 | 0.12 | 0.42 |
| Hex | 67 | 79 | 5F | F | 0 | 15 | 35 | 66 | C | 2A |
| Octal | 147 | 171 | 137 | 17 | 0 | 25 | 65 | 146 | 14 | 52 |
| Binary | 1100111 | 1111001 | 1011111 | 1111 | 0 | 10101 | 110101 | 1100110 | 1100 | 101010 |
Color Harmonies of #67795F
Complementary color
Monochromatic Colors of #67795F
Black with #67795F
Text Example
Text Example
White with #67795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67795F; }
p { color: rgb(103,121,95); }
H1.HeaderClassName
{
color: #67795F;
}
.AnyTagClassName
{
color: #67795F;
}
</style>
background-color css
<style>
a { background-color: #67795F; }
a { background-color: rgb(103,121,95); }
div.DivClassName
{
background-color: #67795F;
}
.BgClassName
{
background-color: #67795F;
}
</style>
border-color css
<style>
span { border-color: #67795F; }
span { border-color: rgb(103,121,95); }
td.TdClassName
{
border-color: #67795F;
}
.TagClassName
{
border-color: #67795F;
}
</style>