Shades of Axolotl #69845E
Tints of Axolotl #69845E
RGB
CMYK
RGB Variations
Color information
#69845E (or 0x69845E) is known color: Axolotl. HEX triplet: 69, 84 and 5E. RGB value is (105,132,94). Sum of RGB (Red+Green+Blue) = 105+132+94=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #69845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69845E is #967BA1. Grayscale: #777777. Windows color (decimal): -9862050 or 6194281. OLE color: 6194281.
HSL color Cylindrical-coordinate representation of color #69845E: hue angle of 102.63º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69845E is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 132 | 94 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.48 |
| HSL | 102.63º | 0.17% | 0.44% | - |
| HSV(B) | 102.63º | 0.29% | 0.52% | - |
| XYZ | 16.1 | 20.31 | 13.66 | - |
| YUV | 119.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 132 | 94 | 0.20 | 0 | 0.29 | 0.48 | 102.63 | 0.17 | 0.44 |
| Hex | 69 | 84 | 5E | 14 | 0 | 1D | 30 | 67 | 11 | 2C |
| Octal | 151 | 204 | 136 | 24 | 0 | 35 | 60 | 147 | 21 | 54 |
| Binary | 1101001 | 10000100 | 1011110 | 10100 | 0 | 11101 | 110000 | 1100111 | 10001 | 101100 |
Color Harmonies of #69845E
Complementary color
Monochromatic Colors of #69845E
Black with #69845E
Text Example
Text Example
White with #69845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69845E; }
p { color: rgb(105,132,94); }
H1.HeaderClassName
{
color: #69845E;
}
.AnyTagClassName
{
color: #69845E;
}
</style>
background-color css
<style>
a { background-color: #69845E; }
a { background-color: rgb(105,132,94); }
div.DivClassName
{
background-color: #69845E;
}
.BgClassName
{
background-color: #69845E;
}
</style>
border-color css
<style>
span { border-color: #69845E; }
span { border-color: rgb(105,132,94); }
td.TdClassName
{
border-color: #69845E;
}
.TagClassName
{
border-color: #69845E;
}
</style>