Shades of Bilbao #467E0E
Tints of Bilbao #467E0E
RGB
CMYK
RGB Variations
Color information
#467E0E (or 0x467E0E) is known color: Bilbao. HEX triplet: 46, 7E and 0E. RGB value is (70,126,14). Sum of RGB (Red+Green+Blue) = 70+126+14=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 126 (49.61% from 255 or 60% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 126 - color contains mainly: green. Hex color #467E0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467E0E is #B981F1. Grayscale: #606060. Windows color (decimal): -12157426 or 949830. OLE color: 949830.
HSL color Cylindrical-coordinate representation of color #467E0E: hue angle of 90º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #467E0E is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 126 | 14 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.51 |
| HSL | 90º | 0.8% | 0.27% | - |
| HSV(B) | 90º | 0.89% | 0.49% | - |
| XYZ | 10.07 | 16.26 | 3.02 | - |
| YUV | 96.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 14 | 0.44 | 0 | 0.89 | 0.51 | 90 | 0.8 | 0.27 |
| Hex | 46 | 7E | E | 2C | 0 | 59 | 33 | 5A | 50 | 1B |
| Octal | 106 | 176 | 16 | 54 | 0 | 131 | 63 | 132 | 120 | 33 |
| Binary | 1000110 | 1111110 | 1110 | 101100 | 0 | 1011001 | 110011 | 1011010 | 1010000 | 11011 |
Color Harmonies of #467E0E
Complementary color
Monochromatic Colors of #467E0E
Black with #467E0E
Text Example
Text Example
White with #467E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E0E; }
p { color: rgb(70,126,14); }
H1.HeaderClassName
{
color: #467E0E;
}
.AnyTagClassName
{
color: #467E0E;
}
</style>
background-color css
<style>
a { background-color: #467E0E; }
a { background-color: rgb(70,126,14); }
div.DivClassName
{
background-color: #467E0E;
}
.BgClassName
{
background-color: #467E0E;
}
</style>
border-color css
<style>
span { border-color: #467E0E; }
span { border-color: rgb(70,126,14); }
td.TdClassName
{
border-color: #467E0E;
}
.TagClassName
{
border-color: #467E0E;
}
</style>