Shades of Axolotl #67815B
Tints of Axolotl #67815B
RGB
CMYK
RGB Variations
Color information
#67815B (or 0x67815B) is known color: Axolotl. HEX triplet: 67, 81 and 5B. RGB value is (103,129,91). Sum of RGB (Red+Green+Blue) = 103+129+91=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #67815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67815B is #987EA4. Grayscale: #757575. Windows color (decimal): -9993893 or 5996903. OLE color: 5996903.
HSL color Cylindrical-coordinate representation of color #67815B: hue angle of 101.05º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67815B is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 91 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.49 |
| HSL | 101.05º | 0.17% | 0.43% | - |
| HSV(B) | 101.05º | 0.29% | 0.51% | - |
| XYZ | 15.33 | 19.34 | 12.82 | - |
| YUV | 116.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 91 | 0.20 | 0 | 0.29 | 0.49 | 101.05 | 0.17 | 0.43 |
| Hex | 67 | 81 | 5B | 14 | 0 | 1D | 31 | 65 | 11 | 2B |
| Octal | 147 | 201 | 133 | 24 | 0 | 35 | 61 | 145 | 21 | 53 |
| Binary | 1100111 | 10000001 | 1011011 | 10100 | 0 | 11101 | 110001 | 1100101 | 10001 | 101011 |
Color Harmonies of #67815B
Complementary color
Monochromatic Colors of #67815B
Black with #67815B
Text Example
Text Example
White with #67815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67815B; }
p { color: rgb(103,129,91); }
H1.HeaderClassName
{
color: #67815B;
}
.AnyTagClassName
{
color: #67815B;
}
</style>
background-color css
<style>
a { background-color: #67815B; }
a { background-color: rgb(103,129,91); }
div.DivClassName
{
background-color: #67815B;
}
.BgClassName
{
background-color: #67815B;
}
</style>
border-color css
<style>
span { border-color: #67815B; }
span { border-color: rgb(103,129,91); }
td.TdClassName
{
border-color: #67815B;
}
.TagClassName
{
border-color: #67815B;
}
</style>