Shades of Como #468163
Tints of Como #468163
RGB
CMYK
RGB Variations
Color information
#468163 (or 0x468163) is known color: Como. HEX triplet: 46, 81 and 63. RGB value is (70,129,99). Sum of RGB (Red+Green+Blue) = 70+129+99=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #468163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468163 is #B97E9C. Grayscale: #6C6C6C. Windows color (decimal): -12156573 or 6521158. OLE color: 6521158.
HSL color Cylindrical-coordinate representation of color #468163: hue angle of 149.49º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468163 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 129 | 99 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.49 |
| HSL | 149.49º | 0.3% | 0.39% | - |
| HSV(B) | 149.49º | 0.46% | 0.51% | - |
| XYZ | 12.63 | 17.9 | 14.59 | - |
| YUV | 107.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 129 | 99 | 0.46 | 0 | 0.23 | 0.49 | 149.49 | 0.3 | 0.39 |
| Hex | 46 | 81 | 63 | 2E | 0 | 17 | 31 | 95 | 1E | 27 |
| Octal | 106 | 201 | 143 | 56 | 0 | 27 | 61 | 225 | 36 | 47 |
| Binary | 1000110 | 10000001 | 1100011 | 101110 | 0 | 10111 | 110001 | 10010101 | 11110 | 100111 |
Color Harmonies of #468163
Complementary color
Monochromatic Colors of #468163
Black with #468163
Text Example
Text Example
White with #468163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468163; }
p { color: rgb(70,129,99); }
H1.HeaderClassName
{
color: #468163;
}
.AnyTagClassName
{
color: #468163;
}
</style>
background-color css
<style>
a { background-color: #468163; }
a { background-color: rgb(70,129,99); }
div.DivClassName
{
background-color: #468163;
}
.BgClassName
{
background-color: #468163;
}
</style>
border-color css
<style>
span { border-color: #468163; }
span { border-color: rgb(70,129,99); }
td.TdClassName
{
border-color: #468163;
}
.TagClassName
{
border-color: #468163;
}
</style>