Shades of Axolotl #61725A
Tints of Axolotl #61725A
RGB
CMYK
RGB Variations
Color information
#61725A (or 0x61725A) is known color: Axolotl. HEX triplet: 61, 72 and 5A. RGB value is (97,114,90). Sum of RGB (Red+Green+Blue) = 97+114+90=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #61725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61725A is #9E8DA5. Grayscale: #6A6A6A. Windows color (decimal): -10390950 or 5927521. OLE color: 5927521.
HSL color Cylindrical-coordinate representation of color #61725A: hue angle of 102.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61725A is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 114 | 90 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.55 |
| HSL | 102.5º | 0.12% | 0.4% | - |
| HSV(B) | 102.5º | 0.21% | 0.45% | - |
| XYZ | 12.79 | 15.31 | 11.95 | - |
| YUV | 106.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 90 | 0.15 | 0 | 0.21 | 0.55 | 102.5 | 0.12 | 0.4 |
| Hex | 61 | 72 | 5A | F | 0 | 15 | 37 | 66 | C | 28 |
| Octal | 141 | 162 | 132 | 17 | 0 | 25 | 67 | 146 | 14 | 50 |
| Binary | 1100001 | 1110010 | 1011010 | 1111 | 0 | 10101 | 110111 | 1100110 | 1100 | 101000 |
Color Harmonies of #61725A
Complementary color
Monochromatic Colors of #61725A
Black with #61725A
Text Example
Text Example
White with #61725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61725A; }
p { color: rgb(97,114,90); }
H1.HeaderClassName
{
color: #61725A;
}
.AnyTagClassName
{
color: #61725A;
}
</style>
background-color css
<style>
a { background-color: #61725A; }
a { background-color: rgb(97,114,90); }
div.DivClassName
{
background-color: #61725A;
}
.BgClassName
{
background-color: #61725A;
}
</style>
border-color css
<style>
span { border-color: #61725A; }
span { border-color: rgb(97,114,90); }
td.TdClassName
{
border-color: #61725A;
}
.TagClassName
{
border-color: #61725A;
}
</style>