Shades of Axolotl #69815D
Tints of Axolotl #69815D
RGB
CMYK
RGB Variations
Color information
#69815D (or 0x69815D) is known color: Axolotl. HEX triplet: 69, 81 and 5D. RGB value is (105,129,93). Sum of RGB (Red+Green+Blue) = 105+129+93=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 129 - color contains mainly: green. Hex color #69815D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69815D is #967EA2. Grayscale: #757575. Windows color (decimal): -9862819 or 6127977. OLE color: 6127977.
HSL color Cylindrical-coordinate representation of color #69815D: hue angle of 100º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69815D is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 129 | 93 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.49 |
| HSL | 100º | 0.16% | 0.44% | - |
| HSV(B) | 100º | 0.28% | 0.51% | - |
| XYZ | 15.65 | 19.49 | 13.29 | - |
| YUV | 117.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 93 | 0.19 | 0 | 0.28 | 0.49 | 100 | 0.16 | 0.44 |
| Hex | 69 | 81 | 5D | 13 | 0 | 1C | 31 | 64 | 10 | 2C |
| Octal | 151 | 201 | 135 | 23 | 0 | 34 | 61 | 144 | 20 | 54 |
| Binary | 1101001 | 10000001 | 1011101 | 10011 | 0 | 11100 | 110001 | 1100100 | 10000 | 101100 |
Color Harmonies of #69815D
Complementary color
Monochromatic Colors of #69815D
Black with #69815D
Text Example
Text Example
White with #69815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69815D; }
p { color: rgb(105,129,93); }
H1.HeaderClassName
{
color: #69815D;
}
.AnyTagClassName
{
color: #69815D;
}
</style>
background-color css
<style>
a { background-color: #69815D; }
a { background-color: rgb(105,129,93); }
div.DivClassName
{
background-color: #69815D;
}
.BgClassName
{
background-color: #69815D;
}
</style>
border-color css
<style>
span { border-color: #69815D; }
span { border-color: rgb(105,129,93); }
td.TdClassName
{
border-color: #69815D;
}
.TagClassName
{
border-color: #69815D;
}
</style>