Shades of Axolotl #698257
Tints of Axolotl #698257
RGB
CMYK
RGB Variations
Color information
#698257 (or 0x698257) is known color: Axolotl. HEX triplet: 69, 82 and 57. RGB value is (105,130,87). Sum of RGB (Red+Green+Blue) = 105+130+87=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #698257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698257 is #967DA8. Grayscale: #757575. Windows color (decimal): -9862569 or 5735017. OLE color: 5735017.
HSL color Cylindrical-coordinate representation of color #698257: hue angle of 94.88º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #698257 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 130 | 87 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.49 |
| HSL | 94.88º | 0.2% | 0.43% | - |
| HSV(B) | 94.88º | 0.33% | 0.51% | - |
| XYZ | 15.53 | 19.66 | 11.99 | - |
| YUV | 117.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 87 | 0.19 | 0 | 0.33 | 0.49 | 94.88 | 0.2 | 0.43 |
| Hex | 69 | 82 | 57 | 13 | 0 | 21 | 31 | 5F | 14 | 2B |
| Octal | 151 | 202 | 127 | 23 | 0 | 41 | 61 | 137 | 24 | 53 |
| Binary | 1101001 | 10000010 | 1010111 | 10011 | 0 | 100001 | 110001 | 1011111 | 10100 | 101011 |
Color Harmonies of #698257
Complementary color
Monochromatic Colors of #698257
Black with #698257
Text Example
Text Example
White with #698257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698257; }
p { color: rgb(105,130,87); }
H1.HeaderClassName
{
color: #698257;
}
.AnyTagClassName
{
color: #698257;
}
</style>
background-color css
<style>
a { background-color: #698257; }
a { background-color: rgb(105,130,87); }
div.DivClassName
{
background-color: #698257;
}
.BgClassName
{
background-color: #698257;
}
</style>
border-color css
<style>
span { border-color: #698257; }
span { border-color: rgb(105,130,87); }
td.TdClassName
{
border-color: #698257;
}
.TagClassName
{
border-color: #698257;
}
</style>