Shades of Axolotl #667B5F
Tints of Axolotl #667B5F
RGB
CMYK
RGB Variations
Color information
#667B5F (or 0x667B5F) is known color: Axolotl. HEX triplet: 66, 7B and 5F. RGB value is (102,123,95). Sum of RGB (Red+Green+Blue) = 102+123+95=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 123 - color contains mainly: green. Hex color #667B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B5F is #9984A0. Grayscale: #717171. Windows color (decimal): -10060961 or 6257510. OLE color: 6257510.
HSL color Cylindrical-coordinate representation of color #667B5F: hue angle of 105º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667B5F is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 95 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.52 |
| HSL | 105º | 0.13% | 0.43% | - |
| HSV(B) | 105º | 0.23% | 0.48% | - |
| XYZ | 14.63 | 17.82 | 13.49 | - |
| YUV | 113.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 95 | 0.17 | 0 | 0.23 | 0.52 | 105 | 0.13 | 0.43 |
| Hex | 66 | 7B | 5F | 11 | 0 | 17 | 34 | 69 | D | 2B |
| Octal | 146 | 173 | 137 | 21 | 0 | 27 | 64 | 151 | 15 | 53 |
| Binary | 1100110 | 1111011 | 1011111 | 10001 | 0 | 10111 | 110100 | 1101001 | 1101 | 101011 |
Color Harmonies of #667B5F
Complementary color
Monochromatic Colors of #667B5F
Black with #667B5F
Text Example
Text Example
White with #667B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B5F; }
p { color: rgb(102,123,95); }
H1.HeaderClassName
{
color: #667B5F;
}
.AnyTagClassName
{
color: #667B5F;
}
</style>
background-color css
<style>
a { background-color: #667B5F; }
a { background-color: rgb(102,123,95); }
div.DivClassName
{
background-color: #667B5F;
}
.BgClassName
{
background-color: #667B5F;
}
</style>
border-color css
<style>
span { border-color: #667B5F; }
span { border-color: rgb(102,123,95); }
td.TdClassName
{
border-color: #667B5F;
}
.TagClassName
{
border-color: #667B5F;
}
</style>