Shades of Axolotl #68825A
Tints of Axolotl #68825A
RGB
CMYK
RGB Variations
Color information
#68825A (or 0x68825A) is known color: Axolotl. HEX triplet: 68, 82 and 5A. RGB value is (104,130,90). Sum of RGB (Red+Green+Blue) = 104+130+90=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #68825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68825A is #977DA5. Grayscale: #757575. Windows color (decimal): -9928102 or 5931624. OLE color: 5931624.
HSL color Cylindrical-coordinate representation of color #68825A: hue angle of 99º 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 #68825A is Cyan = 0.2, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 90 | - |
| CMYK | 0.2 | 0 | 0.31 | 0.49 |
| HSL | 99º | 0.18% | 0.43% | - |
| HSV(B) | 99º | 0.31% | 0.51% | - |
| XYZ | 15.54 | 19.65 | 12.65 | - |
| YUV | 117.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 90 | 0.2 | 0 | 0.31 | 0.49 | 99 | 0.18 | 0.43 |
| Hex | 68 | 82 | 5A | 14 | 0 | 1F | 31 | 63 | 12 | 2B |
| Octal | 150 | 202 | 132 | 24 | 0 | 37 | 61 | 143 | 22 | 53 |
| Binary | 1101000 | 10000010 | 1011010 | 10100 | 0 | 11111 | 110001 | 1100011 | 10010 | 101011 |
Color Harmonies of #68825A
Complementary color
Monochromatic Colors of #68825A
Black with #68825A
Text Example
Text Example
White with #68825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68825A; }
p { color: rgb(104,130,90); }
H1.HeaderClassName
{
color: #68825A;
}
.AnyTagClassName
{
color: #68825A;
}
</style>
background-color css
<style>
a { background-color: #68825A; }
a { background-color: rgb(104,130,90); }
div.DivClassName
{
background-color: #68825A;
}
.BgClassName
{
background-color: #68825A;
}
</style>
border-color css
<style>
span { border-color: #68825A; }
span { border-color: rgb(104,130,90); }
td.TdClassName
{
border-color: #68825A;
}
.TagClassName
{
border-color: #68825A;
}
</style>