Shades of Axolotl #61715A
Tints of Axolotl #61715A
RGB
CMYK
RGB Variations
Color information
#61715A (or 0x61715A) is known color: Axolotl. HEX triplet: 61, 71 and 5A. RGB value is (97,113,90). Sum of RGB (Red+Green+Blue) = 97+113+90=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #61715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61715A is #9E8EA5. Grayscale: #696969. Windows color (decimal): -10391206 or 5927265. OLE color: 5927265.
HSL color Cylindrical-coordinate representation of color #61715A: hue angle of 101.74º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61715A is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 113 | 90 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.56 |
| HSL | 101.74º | 0.11% | 0.4% | - |
| HSV(B) | 101.74º | 0.2% | 0.44% | - |
| XYZ | 12.68 | 15.09 | 11.92 | - |
| YUV | 105.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 90 | 0.14 | 0 | 0.20 | 0.56 | 101.74 | 0.11 | 0.4 |
| Hex | 61 | 71 | 5A | E | 0 | 14 | 38 | 66 | B | 28 |
| Octal | 141 | 161 | 132 | 16 | 0 | 24 | 70 | 146 | 13 | 50 |
| Binary | 1100001 | 1110001 | 1011010 | 1110 | 0 | 10100 | 111000 | 1100110 | 1011 | 101000 |
Color Harmonies of #61715A
Complementary color
Monochromatic Colors of #61715A
Black with #61715A
Text Example
Text Example
White with #61715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61715A; }
p { color: rgb(97,113,90); }
H1.HeaderClassName
{
color: #61715A;
}
.AnyTagClassName
{
color: #61715A;
}
</style>
background-color css
<style>
a { background-color: #61715A; }
a { background-color: rgb(97,113,90); }
div.DivClassName
{
background-color: #61715A;
}
.BgClassName
{
background-color: #61715A;
}
</style>
border-color css
<style>
span { border-color: #61715A; }
span { border-color: rgb(97,113,90); }
td.TdClassName
{
border-color: #61715A;
}
.TagClassName
{
border-color: #61715A;
}
</style>