Shades of Axolotl #67795B
Tints of Axolotl #67795B
RGB
CMYK
RGB Variations
Color information
#67795B (or 0x67795B) is known color: Axolotl. HEX triplet: 67, 79 and 5B. RGB value is (103,121,91). Sum of RGB (Red+Green+Blue) = 103+121+91=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #67795B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67795B is #9886A4. Grayscale: #707070. Windows color (decimal): -9995941 or 5994855. OLE color: 5994855.
HSL color Cylindrical-coordinate representation of color #67795B: hue angle of 96º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67795B is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 121 | 91 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.53 |
| HSL | 96º | 0.14% | 0.42% | - |
| HSV(B) | 96º | 0.25% | 0.47% | - |
| XYZ | 14.32 | 17.31 | 12.48 | - |
| YUV | 112.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 91 | 0.15 | 0 | 0.25 | 0.53 | 96 | 0.14 | 0.42 |
| Hex | 67 | 79 | 5B | F | 0 | 19 | 35 | 60 | E | 2A |
| Octal | 147 | 171 | 133 | 17 | 0 | 31 | 65 | 140 | 16 | 52 |
| Binary | 1100111 | 1111001 | 1011011 | 1111 | 0 | 11001 | 110101 | 1100000 | 1110 | 101010 |
Color Harmonies of #67795B
Complementary color
Monochromatic Colors of #67795B
Black with #67795B
Text Example
Text Example
White with #67795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67795B; }
p { color: rgb(103,121,91); }
H1.HeaderClassName
{
color: #67795B;
}
.AnyTagClassName
{
color: #67795B;
}
</style>
background-color css
<style>
a { background-color: #67795B; }
a { background-color: rgb(103,121,91); }
div.DivClassName
{
background-color: #67795B;
}
.BgClassName
{
background-color: #67795B;
}
</style>
border-color css
<style>
span { border-color: #67795B; }
span { border-color: rgb(103,121,91); }
td.TdClassName
{
border-color: #67795B;
}
.TagClassName
{
border-color: #67795B;
}
</style>