Shades of Axolotl #667F58
Tints of Axolotl #667F58
RGB
CMYK
RGB Variations
Color information
#667F58 (or 0x667F58) is known color: Axolotl. HEX triplet: 66, 7F and 58. RGB value is (102,127,88). Sum of RGB (Red+Green+Blue) = 102+127+88=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 127 - color contains mainly: green. Hex color #667F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F58 is #9980A7. Grayscale: #737373. Windows color (decimal): -10059944 or 5799782. OLE color: 5799782.
HSL color Cylindrical-coordinate representation of color #667F58: hue angle of 98.46º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #667F58 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 127 | 88 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.50 |
| HSL | 98.46º | 0.18% | 0.42% | - |
| HSV(B) | 98.46º | 0.31% | 0.5% | - |
| XYZ | 14.83 | 18.71 | 12.06 | - |
| YUV | 115.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 88 | 0.20 | 0 | 0.31 | 0.50 | 98.46 | 0.18 | 0.42 |
| Hex | 66 | 7F | 58 | 14 | 0 | 1F | 32 | 62 | 12 | 2A |
| Octal | 146 | 177 | 130 | 24 | 0 | 37 | 62 | 142 | 22 | 52 |
| Binary | 1100110 | 1111111 | 1011000 | 10100 | 0 | 11111 | 110010 | 1100010 | 10010 | 101010 |
Color Harmonies of #667F58
Complementary color
Monochromatic Colors of #667F58
Black with #667F58
Text Example
Text Example
White with #667F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F58; }
p { color: rgb(102,127,88); }
H1.HeaderClassName
{
color: #667F58;
}
.AnyTagClassName
{
color: #667F58;
}
</style>
background-color css
<style>
a { background-color: #667F58; }
a { background-color: rgb(102,127,88); }
div.DivClassName
{
background-color: #667F58;
}
.BgClassName
{
background-color: #667F58;
}
</style>
border-color css
<style>
span { border-color: #667F58; }
span { border-color: rgb(102,127,88); }
td.TdClassName
{
border-color: #667F58;
}
.TagClassName
{
border-color: #667F58;
}
</style>