Shades of Axolotl #6B875D
Tints of Axolotl #6B875D
RGB
CMYK
RGB Variations
Color information
#6B875D (or 0x6B875D) is known color: Axolotl. HEX triplet: 6B, 87 and 5D. RGB value is (107,135,93). Sum of RGB (Red+Green+Blue) = 107+135+93=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #6B875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B875D is #9478A2. Grayscale: #797979. Windows color (decimal): -9730211 or 6129515. OLE color: 6129515.
HSL color Cylindrical-coordinate representation of color #6B875D: hue angle of 100º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B875D is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 93 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.47 |
| HSL | 100º | 0.18% | 0.45% | - |
| HSV(B) | 100º | 0.31% | 0.53% | - |
| XYZ | 16.7 | 21.24 | 13.58 | - |
| YUV | 121.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 93 | 0.21 | 0 | 0.31 | 0.47 | 100 | 0.18 | 0.45 |
| Hex | 6B | 87 | 5D | 15 | 0 | 1F | 2F | 64 | 12 | 2D |
| Octal | 153 | 207 | 135 | 25 | 0 | 37 | 57 | 144 | 22 | 55 |
| Binary | 1101011 | 10000111 | 1011101 | 10101 | 0 | 11111 | 101111 | 1100100 | 10010 | 101101 |
Color Harmonies of #6B875D
Complementary color
Monochromatic Colors of #6B875D
Black with #6B875D
Text Example
Text Example
White with #6B875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B875D; }
p { color: rgb(107,135,93); }
H1.HeaderClassName
{
color: #6B875D;
}
.AnyTagClassName
{
color: #6B875D;
}
</style>
background-color css
<style>
a { background-color: #6B875D; }
a { background-color: rgb(107,135,93); }
div.DivClassName
{
background-color: #6B875D;
}
.BgClassName
{
background-color: #6B875D;
}
</style>
border-color css
<style>
span { border-color: #6B875D; }
span { border-color: rgb(107,135,93); }
td.TdClassName
{
border-color: #6B875D;
}
.TagClassName
{
border-color: #6B875D;
}
</style>