Shades of Axolotl #627953
Tints of Axolotl #627953
RGB
CMYK
RGB Variations
Color information
#627953 (or 0x627953) is known color: Axolotl. HEX triplet: 62, 79 and 53. RGB value is (98,121,83). Sum of RGB (Red+Green+Blue) = 98+121+83=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #627953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627953 is #9D86AC. Grayscale: #6D6D6D. Windows color (decimal): -10323629 or 5470562. OLE color: 5470562.
HSL color Cylindrical-coordinate representation of color #627953: hue angle of 96.32º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #627953 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 121 | 83 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.53 |
| HSL | 96.32º | 0.19% | 0.4% | - |
| HSV(B) | 96.32º | 0.31% | 0.47% | - |
| XYZ | 13.44 | 16.9 | 10.74 | - |
| YUV | 109.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 121 | 83 | 0.19 | 0 | 0.31 | 0.53 | 96.32 | 0.19 | 0.4 |
| Hex | 62 | 79 | 53 | 13 | 0 | 1F | 35 | 60 | 13 | 28 |
| Octal | 142 | 171 | 123 | 23 | 0 | 37 | 65 | 140 | 23 | 50 |
| Binary | 1100010 | 1111001 | 1010011 | 10011 | 0 | 11111 | 110101 | 1100000 | 10011 | 101000 |
Color Harmonies of #627953
Complementary color
Monochromatic Colors of #627953
Black with #627953
Text Example
Text Example
White with #627953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627953; }
p { color: rgb(98,121,83); }
H1.HeaderClassName
{
color: #627953;
}
.AnyTagClassName
{
color: #627953;
}
</style>
background-color css
<style>
a { background-color: #627953; }
a { background-color: rgb(98,121,83); }
div.DivClassName
{
background-color: #627953;
}
.BgClassName
{
background-color: #627953;
}
</style>
border-color css
<style>
span { border-color: #627953; }
span { border-color: rgb(98,121,83); }
td.TdClassName
{
border-color: #627953;
}
.TagClassName
{
border-color: #627953;
}
</style>