Shades of Bilbao #467C06
Tints of Bilbao #467C06
RGB
CMYK
RGB Variations
Color information
#467C06 (or 0x467C06) is known color: Bilbao. HEX triplet: 46, 7C and 06. RGB value is (70,124,6). Sum of RGB (Red+Green+Blue) = 70+124+6=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #467C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467C06 is #B983F9. Grayscale: #5E5E5E. Windows color (decimal): -12157946 or 425030. OLE color: 425030.
HSL color Cylindrical-coordinate representation of color #467C06: hue angle of 87.46º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #467C06 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 124 | 6 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.51 |
| HSL | 87.46º | 0.91% | 0.25% | - |
| HSV(B) | 87.46º | 0.95% | 0.49% | - |
| XYZ | 9.77 | 15.73 | 2.69 | - |
| YUV | 94.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 6 | 0.44 | 0 | 0.95 | 0.51 | 87.46 | 0.91 | 0.25 |
| Hex | 46 | 7C | 6 | 2C | 0 | 5F | 33 | 57 | 5B | 19 |
| Octal | 106 | 174 | 6 | 54 | 0 | 137 | 63 | 127 | 133 | 31 |
| Binary | 1000110 | 1111100 | 110 | 101100 | 0 | 1011111 | 110011 | 1010111 | 1011011 | 11001 |
Color Harmonies of #467C06
Complementary color
Monochromatic Colors of #467C06
Black with #467C06
Text Example
Text Example
White with #467C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C06; }
p { color: rgb(70,124,6); }
H1.HeaderClassName
{
color: #467C06;
}
.AnyTagClassName
{
color: #467C06;
}
</style>
background-color css
<style>
a { background-color: #467C06; }
a { background-color: rgb(70,124,6); }
div.DivClassName
{
background-color: #467C06;
}
.BgClassName
{
background-color: #467C06;
}
</style>
border-color css
<style>
span { border-color: #467C06; }
span { border-color: rgb(70,124,6); }
td.TdClassName
{
border-color: #467C06;
}
.TagClassName
{
border-color: #467C06;
}
</style>