Shades of Axolotl #667D59
Tints of Axolotl #667D59
RGB
CMYK
RGB Variations
Color information
#667D59 (or 0x667D59) is known color: Axolotl. HEX triplet: 66, 7D and 59. RGB value is (102,125,89). Sum of RGB (Red+Green+Blue) = 102+125+89=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 125 - color contains mainly: green. Hex color #667D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D59 is #9982A6. Grayscale: #727272. Windows color (decimal): -10060455 or 5864806. OLE color: 5864806.
HSL color Cylindrical-coordinate representation of color #667D59: hue angle of 98.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #667D59 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 125 | 89 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.51 |
| HSL | 98.33º | 0.17% | 0.42% | - |
| HSV(B) | 98.33º | 0.29% | 0.49% | - |
| XYZ | 14.62 | 18.21 | 12.2 | - |
| YUV | 114.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 89 | 0.18 | 0 | 0.29 | 0.51 | 98.33 | 0.17 | 0.42 |
| Hex | 66 | 7D | 59 | 12 | 0 | 1D | 33 | 62 | 11 | 2A |
| Octal | 146 | 175 | 131 | 22 | 0 | 35 | 63 | 142 | 21 | 52 |
| Binary | 1100110 | 1111101 | 1011001 | 10010 | 0 | 11101 | 110011 | 1100010 | 10001 | 101010 |
Color Harmonies of #667D59
Complementary color
Monochromatic Colors of #667D59
Black with #667D59
Text Example
Text Example
White with #667D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D59; }
p { color: rgb(102,125,89); }
H1.HeaderClassName
{
color: #667D59;
}
.AnyTagClassName
{
color: #667D59;
}
</style>
background-color css
<style>
a { background-color: #667D59; }
a { background-color: rgb(102,125,89); }
div.DivClassName
{
background-color: #667D59;
}
.BgClassName
{
background-color: #667D59;
}
</style>
border-color css
<style>
span { border-color: #667D59; }
span { border-color: rgb(102,125,89); }
td.TdClassName
{
border-color: #667D59;
}
.TagClassName
{
border-color: #667D59;
}
</style>