Shades of Bilbao #467E06
Tints of Bilbao #467E06
RGB
CMYK
RGB Variations
Color information
#467E06 (or 0x467E06) is known color: Bilbao. HEX triplet: 46, 7E and 06. RGB value is (70,126,6). Sum of RGB (Red+Green+Blue) = 70+126+6=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 126 (49.61% from 255 or 62.38% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 126 - color contains mainly: green. Hex color #467E06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467E06 is #B981F9. Grayscale: #5F5F5F. Windows color (decimal): -12157434 or 425542. OLE color: 425542.
HSL color Cylindrical-coordinate representation of color #467E06: hue angle of 88º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #467E06 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 126 | 6 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.51 |
| HSL | 88º | 0.91% | 0.26% | - |
| HSV(B) | 88º | 0.95% | 0.49% | - |
| XYZ | 10.02 | 16.24 | 2.78 | - |
| YUV | 95.58 | 77.45 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 6 | 0.44 | 0 | 0.95 | 0.51 | 88 | 0.91 | 0.26 |
| Hex | 46 | 7E | 6 | 2C | 0 | 5F | 33 | 58 | 5B | 1A |
| Octal | 106 | 176 | 6 | 54 | 0 | 137 | 63 | 130 | 133 | 32 |
| Binary | 1000110 | 1111110 | 110 | 101100 | 0 | 1011111 | 110011 | 1011000 | 1011011 | 11010 |
Color Harmonies of #467E06
Complementary color
Monochromatic Colors of #467E06
Black with #467E06
Text Example
Text Example
White with #467E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E06; }
p { color: rgb(70,126,6); }
H1.HeaderClassName
{
color: #467E06;
}
.AnyTagClassName
{
color: #467E06;
}
</style>
background-color css
<style>
a { background-color: #467E06; }
a { background-color: rgb(70,126,6); }
div.DivClassName
{
background-color: #467E06;
}
.BgClassName
{
background-color: #467E06;
}
</style>
border-color css
<style>
span { border-color: #467E06; }
span { border-color: rgb(70,126,6); }
td.TdClassName
{
border-color: #467E06;
}
.TagClassName
{
border-color: #467E06;
}
</style>