Shades of Axolotl #667B5E
Tints of Axolotl #667B5E
RGB
CMYK
RGB Variations
Color information
#667B5E (or 0x667B5E) is known color: Axolotl. HEX triplet: 66, 7B and 5E. RGB value is (102,123,94). Sum of RGB (Red+Green+Blue) = 102+123+94=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 123 - color contains mainly: green. Hex color #667B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B5E is #9984A1. Grayscale: #717171. Windows color (decimal): -10060962 or 6191974. OLE color: 6191974.
HSL color Cylindrical-coordinate representation of color #667B5E: hue angle of 103.45º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #667B5E is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
RGB | 102 | 123 | 94 | - |
CMYK | 0.17 | 0 | 0.24 | 0.52 |
HSL | 103.45º | 0.13% | 0.43% | - |
HSV(B) | 103.45º | 0.24% | 0.48% | - |
XYZ | 14.58 | 17.8 | 13.26 | - |
YUV | 113.42 | 117.04 | 119.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 123 | 94 | 0.17 | 0 | 0.24 | 0.52 | 103.45 | 0.13 | 0.43 |
Hex | 66 | 7B | 5E | 11 | 0 | 18 | 34 | 67 | D | 2B |
Octal | 146 | 173 | 136 | 21 | 0 | 30 | 64 | 147 | 15 | 53 |
Binary | 1100110 | 1111011 | 1011110 | 10001 | 0 | 11000 | 110100 | 1100111 | 1101 | 101011 |
Color Harmonies of #667B5E
Complementary color
Monochromatic Colors of #667B5E
Black with #667B5E
Text Example
Text Example
White with #667B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B5E; }
p { color: rgb(102,123,94); }
H1.HeaderClassName
{
color: #667B5E;
}
.AnyTagClassName
{
color: #667B5E;
}
</style>
background-color css
<style>
a { background-color: #667B5E; }
a { background-color: rgb(102,123,94); }
div.DivClassName
{
background-color: #667B5E;
}
.BgClassName
{
background-color: #667B5E;
}
</style>
border-color css
<style>
span { border-color: #667B5E; }
span { border-color: rgb(102,123,94); }
td.TdClassName
{
border-color: #667B5E;
}
.TagClassName
{
border-color: #667B5E;
}
</style>