Shades of Bilbao #487F07
Tints of Bilbao #487F07
RGB
CMYK
RGB Variations
Color information
#487F07 (or 0x487F07) is known color: Bilbao. HEX triplet: 48, 7F and 07. RGB value is (72,127,7). Sum of RGB (Red+Green+Blue) = 72+127+7=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #487F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487F07 is #B780F8. Grayscale: #616161. Windows color (decimal): -12026105 or 491336. OLE color: 491336.
HSL color Cylindrical-coordinate representation of color #487F07: hue angle of 87.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #487F07 is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 127 | 7 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.50 |
| HSL | 87.5º | 0.9% | 0.26% | - |
| HSV(B) | 87.5º | 0.94% | 0.5% | - |
| XYZ | 10.3 | 16.57 | 2.86 | - |
| YUV | 96.88 | 77.28 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 7 | 0.43 | 0 | 0.94 | 0.50 | 87.5 | 0.9 | 0.26 |
| Hex | 48 | 7F | 7 | 2B | 0 | 5E | 32 | 57 | 5A | 1A |
| Octal | 110 | 177 | 7 | 53 | 0 | 136 | 62 | 127 | 132 | 32 |
| Binary | 1001000 | 1111111 | 111 | 101011 | 0 | 1011110 | 110010 | 1010111 | 1011010 | 11010 |
Color Harmonies of #487F07
Complementary color
Monochromatic Colors of #487F07
Black with #487F07
Text Example
Text Example
White with #487F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487F07; }
p { color: rgb(72,127,7); }
H1.HeaderClassName
{
color: #487F07;
}
.AnyTagClassName
{
color: #487F07;
}
</style>
background-color css
<style>
a { background-color: #487F07; }
a { background-color: rgb(72,127,7); }
div.DivClassName
{
background-color: #487F07;
}
.BgClassName
{
background-color: #487F07;
}
</style>
border-color css
<style>
span { border-color: #487F07; }
span { border-color: rgb(72,127,7); }
td.TdClassName
{
border-color: #487F07;
}
.TagClassName
{
border-color: #487F07;
}
</style>