Shades of Axolotl #67735F
Tints of Axolotl #67735F
RGB
CMYK
RGB Variations
Color information
#67735F (or 0x67735F) is known color: Axolotl. HEX triplet: 67, 73 and 5F. RGB value is (103,115,95). Sum of RGB (Red+Green+Blue) = 103+115+95=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #67735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67735F is #988CA0. Grayscale: #6D6D6D. Windows color (decimal): -9997473 or 6255463. OLE color: 6255463.
HSL color Cylindrical-coordinate representation of color #67735F: hue angle of 96º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67735F is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 115 | 95 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.55 |
| HSL | 96º | 0.1% | 0.41% | - |
| HSV(B) | 96º | 0.17% | 0.45% | - |
| XYZ | 13.79 | 15.97 | 13.18 | - |
| YUV | 109.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 95 | 0.10 | 0 | 0.17 | 0.55 | 96 | 0.1 | 0.41 |
| Hex | 67 | 73 | 5F | A | 0 | 11 | 37 | 60 | A | 29 |
| Octal | 147 | 163 | 137 | 12 | 0 | 21 | 67 | 140 | 12 | 51 |
| Binary | 1100111 | 1110011 | 1011111 | 1010 | 0 | 10001 | 110111 | 1100000 | 1010 | 101001 |
Color Harmonies of #67735F
Complementary color
Monochromatic Colors of #67735F
Black with #67735F
Text Example
Text Example
White with #67735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67735F; }
p { color: rgb(103,115,95); }
H1.HeaderClassName
{
color: #67735F;
}
.AnyTagClassName
{
color: #67735F;
}
</style>
background-color css
<style>
a { background-color: #67735F; }
a { background-color: rgb(103,115,95); }
div.DivClassName
{
background-color: #67735F;
}
.BgClassName
{
background-color: #67735F;
}
</style>
border-color css
<style>
span { border-color: #67735F; }
span { border-color: rgb(103,115,95); }
td.TdClassName
{
border-color: #67735F;
}
.TagClassName
{
border-color: #67735F;
}
</style>