Shades of Axolotl #667360
Tints of Axolotl #667360
RGB
CMYK
RGB Variations
Color information
#667360 (or 0x667360) is known color: Axolotl. HEX triplet: 66, 73 and 60. RGB value is (102,115,96). Sum of RGB (Red+Green+Blue) = 102+115+96=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #667360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667360 is #998C9F. Grayscale: #6D6D6D. Windows color (decimal): -10063008 or 6320998. OLE color: 6320998.
HSL color Cylindrical-coordinate representation of color #667360: hue angle of 101.05º degrees, saturation: 0.09, 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 #667360 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 115 | 96 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.55 |
| HSL | 101.05º | 0.09% | 0.41% | - |
| HSV(B) | 101.05º | 0.17% | 0.45% | - |
| XYZ | 13.72 | 15.93 | 13.42 | - |
| YUV | 108.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 96 | 0.11 | 0 | 0.17 | 0.55 | 101.05 | 0.09 | 0.41 |
| Hex | 66 | 73 | 60 | B | 0 | 11 | 37 | 65 | 9 | 29 |
| Octal | 146 | 163 | 140 | 13 | 0 | 21 | 67 | 145 | 11 | 51 |
| Binary | 1100110 | 1110011 | 1100000 | 1011 | 0 | 10001 | 110111 | 1100101 | 1001 | 101001 |
Color Harmonies of #667360
Complementary color
Monochromatic Colors of #667360
Black with #667360
Text Example
Text Example
White with #667360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667360; }
p { color: rgb(102,115,96); }
H1.HeaderClassName
{
color: #667360;
}
.AnyTagClassName
{
color: #667360;
}
</style>
background-color css
<style>
a { background-color: #667360; }
a { background-color: rgb(102,115,96); }
div.DivClassName
{
background-color: #667360;
}
.BgClassName
{
background-color: #667360;
}
</style>
border-color css
<style>
span { border-color: #667360; }
span { border-color: rgb(102,115,96); }
td.TdClassName
{
border-color: #667360;
}
.TagClassName
{
border-color: #667360;
}
</style>