Shades of Axolotl #67755F
Tints of Axolotl #67755F
RGB
CMYK
RGB Variations
Color information
#67755F (or 0x67755F) is known color: Axolotl. HEX triplet: 67, 75 and 5F. RGB value is (103,117,95). Sum of RGB (Red+Green+Blue) = 103+117+95=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #67755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67755F is #988AA0. Grayscale: #6E6E6E. Windows color (decimal): -9996961 or 6255975. OLE color: 6255975.
HSL color Cylindrical-coordinate representation of color #67755F: hue angle of 98.18º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #67755F is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 117 | 95 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.54 |
| HSL | 98.18º | 0.1% | 0.42% | - |
| HSV(B) | 98.18º | 0.19% | 0.46% | - |
| XYZ | 14.02 | 16.43 | 13.26 | - |
| YUV | 110.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 95 | 0.12 | 0 | 0.19 | 0.54 | 98.18 | 0.1 | 0.42 |
| Hex | 67 | 75 | 5F | C | 0 | 13 | 36 | 62 | A | 2A |
| Octal | 147 | 165 | 137 | 14 | 0 | 23 | 66 | 142 | 12 | 52 |
| Binary | 1100111 | 1110101 | 1011111 | 1100 | 0 | 10011 | 110110 | 1100010 | 1010 | 101010 |
Color Harmonies of #67755F
Complementary color
Monochromatic Colors of #67755F
Black with #67755F
Text Example
Text Example
White with #67755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67755F; }
p { color: rgb(103,117,95); }
H1.HeaderClassName
{
color: #67755F;
}
.AnyTagClassName
{
color: #67755F;
}
</style>
background-color css
<style>
a { background-color: #67755F; }
a { background-color: rgb(103,117,95); }
div.DivClassName
{
background-color: #67755F;
}
.BgClassName
{
background-color: #67755F;
}
</style>
border-color css
<style>
span { border-color: #67755F; }
span { border-color: rgb(103,117,95); }
td.TdClassName
{
border-color: #67755F;
}
.TagClassName
{
border-color: #67755F;
}
</style>