Shades of Bilbao #40760F
Tints of Bilbao #40760F
RGB
CMYK
RGB Variations
Color information
#40760F (or 0x40760F) is known color: Bilbao. HEX triplet: 40, 76 and 0F. RGB value is (64,118,15). Sum of RGB (Red+Green+Blue) = 64+118+15=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #40760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40760F is #BF89F0. Grayscale: #5A5A5A. Windows color (decimal): -12552689 or 1013312. OLE color: 1013312.
HSL color Cylindrical-coordinate representation of color #40760F: hue angle of 91.46º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40760F is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 15 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.54 |
| HSL | 91.46º | 0.77% | 0.26% | - |
| HSV(B) | 91.46º | 0.87% | 0.46% | - |
| XYZ | 8.68 | 14.08 | 2.71 | - |
| YUV | 90.11 | 85.61 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 15 | 0.46 | 0 | 0.87 | 0.54 | 91.46 | 0.77 | 0.26 |
| Hex | 40 | 76 | F | 2E | 0 | 57 | 36 | 5B | 4D | 1A |
| Octal | 100 | 166 | 17 | 56 | 0 | 127 | 66 | 133 | 115 | 32 |
| Binary | 1000000 | 1110110 | 1111 | 101110 | 0 | 1010111 | 110110 | 1011011 | 1001101 | 11010 |
Color Harmonies of #40760F
Complementary color
Monochromatic Colors of #40760F
Black with #40760F
Text Example
Text Example
White with #40760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40760F; }
p { color: rgb(64,118,15); }
H1.HeaderClassName
{
color: #40760F;
}
.AnyTagClassName
{
color: #40760F;
}
</style>
background-color css
<style>
a { background-color: #40760F; }
a { background-color: rgb(64,118,15); }
div.DivClassName
{
background-color: #40760F;
}
.BgClassName
{
background-color: #40760F;
}
</style>
border-color css
<style>
span { border-color: #40760F; }
span { border-color: rgb(64,118,15); }
td.TdClassName
{
border-color: #40760F;
}
.TagClassName
{
border-color: #40760F;
}
</style>