Shades of Axolotl #677B5A
Tints of Axolotl #677B5A
RGB
CMYK
RGB Variations
Color information
#677B5A (or 0x677B5A) is known color: Axolotl. HEX triplet: 67, 7B and 5A. RGB value is (103,123,90). Sum of RGB (Red+Green+Blue) = 103+123+90=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 123 - color contains mainly: green. Hex color #677B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677B5A is #9884A5. Grayscale: #717171. Windows color (decimal): -9995430 or 5929831. OLE color: 5929831.
HSL color Cylindrical-coordinate representation of color #677B5A: hue angle of 96.36º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #677B5A is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 90 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.52 |
| HSL | 96.36º | 0.15% | 0.42% | - |
| HSV(B) | 96.36º | 0.27% | 0.48% | - |
| XYZ | 14.52 | 17.79 | 12.34 | - |
| YUV | 113.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 90 | 0.16 | 0 | 0.27 | 0.52 | 96.36 | 0.15 | 0.42 |
| Hex | 67 | 7B | 5A | 10 | 0 | 1B | 34 | 60 | F | 2A |
| Octal | 147 | 173 | 132 | 20 | 0 | 33 | 64 | 140 | 17 | 52 |
| Binary | 1100111 | 1111011 | 1011010 | 10000 | 0 | 11011 | 110100 | 1100000 | 1111 | 101010 |
Color Harmonies of #677B5A
Complementary color
Monochromatic Colors of #677B5A
Black with #677B5A
Text Example
Text Example
White with #677B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B5A; }
p { color: rgb(103,123,90); }
H1.HeaderClassName
{
color: #677B5A;
}
.AnyTagClassName
{
color: #677B5A;
}
</style>
background-color css
<style>
a { background-color: #677B5A; }
a { background-color: rgb(103,123,90); }
div.DivClassName
{
background-color: #677B5A;
}
.BgClassName
{
background-color: #677B5A;
}
</style>
border-color css
<style>
span { border-color: #677B5A; }
span { border-color: rgb(103,123,90); }
td.TdClassName
{
border-color: #677B5A;
}
.TagClassName
{
border-color: #677B5A;
}
</style>