Shades of Axolotl #667B5D
Tints of Axolotl #667B5D
RGB
CMYK
RGB Variations
Color information
#667B5D (or 0x667B5D) is known color: Axolotl. HEX triplet: 66, 7B and 5D. RGB value is (102,123,93). Sum of RGB (Red+Green+Blue) = 102+123+93=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 123 - color contains mainly: green. Hex color #667B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B5D is #9984A2. Grayscale: #717171. Windows color (decimal): -10060963 or 6126438. OLE color: 6126438.
HSL color Cylindrical-coordinate representation of color #667B5D: hue angle of 102º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #667B5D is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 93 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.52 |
| HSL | 102º | 0.14% | 0.42% | - |
| HSV(B) | 102º | 0.24% | 0.48% | - |
| XYZ | 14.54 | 17.78 | 13.02 | - |
| YUV | 113.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 93 | 0.17 | 0 | 0.24 | 0.52 | 102 | 0.14 | 0.42 |
| Hex | 66 | 7B | 5D | 11 | 0 | 18 | 34 | 66 | E | 2A |
| Octal | 146 | 173 | 135 | 21 | 0 | 30 | 64 | 146 | 16 | 52 |
| Binary | 1100110 | 1111011 | 1011101 | 10001 | 0 | 11000 | 110100 | 1100110 | 1110 | 101010 |
Color Harmonies of #667B5D
Complementary color
Monochromatic Colors of #667B5D
Black with #667B5D
Text Example
Text Example
White with #667B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B5D; }
p { color: rgb(102,123,93); }
H1.HeaderClassName
{
color: #667B5D;
}
.AnyTagClassName
{
color: #667B5D;
}
</style>
background-color css
<style>
a { background-color: #667B5D; }
a { background-color: rgb(102,123,93); }
div.DivClassName
{
background-color: #667B5D;
}
.BgClassName
{
background-color: #667B5D;
}
</style>
border-color css
<style>
span { border-color: #667B5D; }
span { border-color: rgb(102,123,93); }
td.TdClassName
{
border-color: #667B5D;
}
.TagClassName
{
border-color: #667B5D;
}
</style>