Shades of Axolotl #67805F
Tints of Axolotl #67805F
RGB
CMYK
RGB Variations
Color information
#67805F (or 0x67805F) is known color: Axolotl. HEX triplet: 67, 80 and 5F. RGB value is (103,128,95). Sum of RGB (Red+Green+Blue) = 103+128+95=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #67805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67805F is #987FA0. Grayscale: #747474. Windows color (decimal): -9994145 or 6258791. OLE color: 6258791.
HSL color Cylindrical-coordinate representation of color #67805F: hue angle of 105.45º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67805F is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 95 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.50 |
| HSL | 105.45º | 0.15% | 0.44% | - |
| HSV(B) | 105.45º | 0.26% | 0.5% | - |
| XYZ | 15.38 | 19.15 | 13.71 | - |
| YUV | 116.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 95 | 0.20 | 0 | 0.26 | 0.50 | 105.45 | 0.15 | 0.44 |
| Hex | 67 | 80 | 5F | 14 | 0 | 1A | 32 | 69 | F | 2C |
| Octal | 147 | 200 | 137 | 24 | 0 | 32 | 62 | 151 | 17 | 54 |
| Binary | 1100111 | 10000000 | 1011111 | 10100 | 0 | 11010 | 110010 | 1101001 | 1111 | 101100 |
Color Harmonies of #67805F
Complementary color
Monochromatic Colors of #67805F
Black with #67805F
Text Example
Text Example
White with #67805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67805F; }
p { color: rgb(103,128,95); }
H1.HeaderClassName
{
color: #67805F;
}
.AnyTagClassName
{
color: #67805F;
}
</style>
background-color css
<style>
a { background-color: #67805F; }
a { background-color: rgb(103,128,95); }
div.DivClassName
{
background-color: #67805F;
}
.BgClassName
{
background-color: #67805F;
}
</style>
border-color css
<style>
span { border-color: #67805F; }
span { border-color: rgb(103,128,95); }
td.TdClassName
{
border-color: #67805F;
}
.TagClassName
{
border-color: #67805F;
}
</style>