Shades of Axolotl #668159
Tints of Axolotl #668159
RGB
CMYK
RGB Variations
Color information
#668159 (or 0x668159) is known color: Axolotl. HEX triplet: 66, 81 and 59. RGB value is (102,129,89). Sum of RGB (Red+Green+Blue) = 102+129+89=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #668159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668159 is #997EA6. Grayscale: #747474. Windows color (decimal): -10059431 or 5865830. OLE color: 5865830.
HSL color Cylindrical-coordinate representation of color #668159: hue angle of 100.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668159 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 89 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.49 |
| HSL | 100.5º | 0.18% | 0.43% | - |
| HSV(B) | 100.5º | 0.31% | 0.51% | - |
| XYZ | 15.13 | 19.25 | 12.37 | - |
| YUV | 116.37 | 112.55 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 89 | 0.21 | 0 | 0.31 | 0.49 | 100.5 | 0.18 | 0.43 |
| Hex | 66 | 81 | 59 | 15 | 0 | 1F | 31 | 64 | 12 | 2B |
| Octal | 146 | 201 | 131 | 25 | 0 | 37 | 61 | 144 | 22 | 53 |
| Binary | 1100110 | 10000001 | 1011001 | 10101 | 0 | 11111 | 110001 | 1100100 | 10010 | 101011 |
Color Harmonies of #668159
Complementary color
Monochromatic Colors of #668159
Black with #668159
Text Example
Text Example
White with #668159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668159; }
p { color: rgb(102,129,89); }
H1.HeaderClassName
{
color: #668159;
}
.AnyTagClassName
{
color: #668159;
}
</style>
background-color css
<style>
a { background-color: #668159; }
a { background-color: rgb(102,129,89); }
div.DivClassName
{
background-color: #668159;
}
.BgClassName
{
background-color: #668159;
}
</style>
border-color css
<style>
span { border-color: #668159; }
span { border-color: rgb(102,129,89); }
td.TdClassName
{
border-color: #668159;
}
.TagClassName
{
border-color: #668159;
}
</style>