Shades of Axolotl #67835C
Tints of Axolotl #67835C
RGB
CMYK
RGB Variations
Color information
#67835C (or 0x67835C) is known color: Axolotl. HEX triplet: 67, 83 and 5C. RGB value is (103,131,92). Sum of RGB (Red+Green+Blue) = 103+131+92=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #67835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67835C is #987CA3. Grayscale: #767676. Windows color (decimal): -9993380 or 6062951. OLE color: 6062951.
HSL color Cylindrical-coordinate representation of color #67835C: hue angle of 103.08º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67835C is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 92 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.49 |
| HSL | 103.08º | 0.17% | 0.44% | - |
| HSV(B) | 103.08º | 0.3% | 0.51% | - |
| XYZ | 15.64 | 19.89 | 13.14 | - |
| YUV | 118.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 92 | 0.21 | 0 | 0.30 | 0.49 | 103.08 | 0.17 | 0.44 |
| Hex | 67 | 83 | 5C | 15 | 0 | 1E | 31 | 67 | 11 | 2C |
| Octal | 147 | 203 | 134 | 25 | 0 | 36 | 61 | 147 | 21 | 54 |
| Binary | 1100111 | 10000011 | 1011100 | 10101 | 0 | 11110 | 110001 | 1100111 | 10001 | 101100 |
Color Harmonies of #67835C
Complementary color
Monochromatic Colors of #67835C
Black with #67835C
Text Example
Text Example
White with #67835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67835C; }
p { color: rgb(103,131,92); }
H1.HeaderClassName
{
color: #67835C;
}
.AnyTagClassName
{
color: #67835C;
}
</style>
background-color css
<style>
a { background-color: #67835C; }
a { background-color: rgb(103,131,92); }
div.DivClassName
{
background-color: #67835C;
}
.BgClassName
{
background-color: #67835C;
}
</style>
border-color css
<style>
span { border-color: #67835C; }
span { border-color: rgb(103,131,92); }
td.TdClassName
{
border-color: #67835C;
}
.TagClassName
{
border-color: #67835C;
}
</style>