Shades of Bilbao #467D0C
Tints of Bilbao #467D0C
RGB
CMYK
RGB Variations
Color information
#467D0C (or 0x467D0C) is known color: Bilbao. HEX triplet: 46, 7D and 0C. RGB value is (70,125,12). Sum of RGB (Red+Green+Blue) = 70+125+12=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #467D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467D0C is #B982F3. Grayscale: #606060. Windows color (decimal): -12157684 or 818502. OLE color: 818502.
HSL color Cylindrical-coordinate representation of color #467D0C: hue angle of 89.2º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #467D0C is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 125 | 12 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.51 |
| HSL | 89.2º | 0.82% | 0.27% | - |
| HSV(B) | 89.2º | 0.9% | 0.49% | - |
| XYZ | 9.93 | 16 | 2.91 | - |
| YUV | 95.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 12 | 0.44 | 0 | 0.90 | 0.51 | 89.2 | 0.82 | 0.27 |
| Hex | 46 | 7D | C | 2C | 0 | 5A | 33 | 59 | 52 | 1B |
| Octal | 106 | 175 | 14 | 54 | 0 | 132 | 63 | 131 | 122 | 33 |
| Binary | 1000110 | 1111101 | 1100 | 101100 | 0 | 1011010 | 110011 | 1011001 | 1010010 | 11011 |
Color Harmonies of #467D0C
Complementary color
Monochromatic Colors of #467D0C
Black with #467D0C
Text Example
Text Example
White with #467D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467D0C; }
p { color: rgb(70,125,12); }
H1.HeaderClassName
{
color: #467D0C;
}
.AnyTagClassName
{
color: #467D0C;
}
</style>
background-color css
<style>
a { background-color: #467D0C; }
a { background-color: rgb(70,125,12); }
div.DivClassName
{
background-color: #467D0C;
}
.BgClassName
{
background-color: #467D0C;
}
</style>
border-color css
<style>
span { border-color: #467D0C; }
span { border-color: rgb(70,125,12); }
td.TdClassName
{
border-color: #467D0C;
}
.TagClassName
{
border-color: #467D0C;
}
</style>