Shades of Axolotl #69815E
Tints of Axolotl #69815E
RGB
CMYK
RGB Variations
Color information
#69815E (or 0x69815E) is known color: Axolotl. HEX triplet: 69, 81 and 5E. RGB value is (105,129,94). Sum of RGB (Red+Green+Blue) = 105+129+94=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #69815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69815E is #967EA1. Grayscale: #757575. Windows color (decimal): -9862818 or 6193513. OLE color: 6193513.
HSL color Cylindrical-coordinate representation of color #69815E: hue angle of 101.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69815E is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 129 | 94 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.49 |
| HSL | 101.14º | 0.16% | 0.44% | - |
| HSV(B) | 101.14º | 0.27% | 0.51% | - |
| XYZ | 15.7 | 19.51 | 13.53 | - |
| YUV | 117.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 94 | 0.19 | 0 | 0.27 | 0.49 | 101.14 | 0.16 | 0.44 |
| Hex | 69 | 81 | 5E | 13 | 0 | 1B | 31 | 65 | 10 | 2C |
| Octal | 151 | 201 | 136 | 23 | 0 | 33 | 61 | 145 | 20 | 54 |
| Binary | 1101001 | 10000001 | 1011110 | 10011 | 0 | 11011 | 110001 | 1100101 | 10000 | 101100 |
Color Harmonies of #69815E
Complementary color
Monochromatic Colors of #69815E
Black with #69815E
Text Example
Text Example
White with #69815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69815E; }
p { color: rgb(105,129,94); }
H1.HeaderClassName
{
color: #69815E;
}
.AnyTagClassName
{
color: #69815E;
}
</style>
background-color css
<style>
a { background-color: #69815E; }
a { background-color: rgb(105,129,94); }
div.DivClassName
{
background-color: #69815E;
}
.BgClassName
{
background-color: #69815E;
}
</style>
border-color css
<style>
span { border-color: #69815E; }
span { border-color: rgb(105,129,94); }
td.TdClassName
{
border-color: #69815E;
}
.TagClassName
{
border-color: #69815E;
}
</style>