Shades of Como #468764
Tints of Como #468764
RGB
CMYK
RGB Variations
Color information
#468764 (or 0x468764) is known color: Como. HEX triplet: 46, 87 and 64. RGB value is (70,135,100). Sum of RGB (Red+Green+Blue) = 70+135+100=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #468764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468764 is #B9789B. Grayscale: #6F6F6F. Windows color (decimal): -12155036 or 6588230. OLE color: 6588230.
HSL color Cylindrical-coordinate representation of color #468764: hue angle of 147.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468764 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 135 | 100 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.47 |
| HSL | 147.69º | 0.32% | 0.4% | - |
| HSV(B) | 147.69º | 0.48% | 0.53% | - |
| XYZ | 13.49 | 19.55 | 15.12 | - |
| YUV | 111.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 135 | 100 | 0.48 | 0 | 0.26 | 0.47 | 147.69 | 0.32 | 0.4 |
| Hex | 46 | 87 | 64 | 30 | 0 | 1A | 2F | 94 | 20 | 28 |
| Octal | 106 | 207 | 144 | 60 | 0 | 32 | 57 | 224 | 40 | 50 |
| Binary | 1000110 | 10000111 | 1100100 | 110000 | 0 | 11010 | 101111 | 10010100 | 100000 | 101000 |
Color Harmonies of #468764
Complementary color
Monochromatic Colors of #468764
Black with #468764
Text Example
Text Example
White with #468764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468764; }
p { color: rgb(70,135,100); }
H1.HeaderClassName
{
color: #468764;
}
.AnyTagClassName
{
color: #468764;
}
</style>
background-color css
<style>
a { background-color: #468764; }
a { background-color: rgb(70,135,100); }
div.DivClassName
{
background-color: #468764;
}
.BgClassName
{
background-color: #468764;
}
</style>
border-color css
<style>
span { border-color: #468764; }
span { border-color: rgb(70,135,100); }
td.TdClassName
{
border-color: #468764;
}
.TagClassName
{
border-color: #468764;
}
</style>