Shades of Bilbao #256B07
Tints of Bilbao #256B07
RGB
CMYK
RGB Variations
Color information
#256B07 (or 0x256B07) is known color: Bilbao. HEX triplet: 25, 6B and 07. RGB value is (37,107,7). Sum of RGB (Red+Green+Blue) = 37+107+7=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 107 (42.19% from 255 or 70.86% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 107 - color contains mainly: green. Hex color #256B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256B07 is #DA94F8. Grayscale: #4A4A4A. Windows color (decimal): -14324985 or 486181. OLE color: 486181.
HSL color Cylindrical-coordinate representation of color #256B07: hue angle of 102º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #256B07 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 107 | 7 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.58 |
| HSL | 102º | 0.88% | 0.22% | - |
| HSV(B) | 102º | 0.93% | 0.42% | - |
| XYZ | 6.06 | 10.92 | 1.99 | - |
| YUV | 74.67 | 89.81 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 7 | 0.65 | 0 | 0.93 | 0.58 | 102 | 0.88 | 0.22 |
| Hex | 25 | 6B | 7 | 41 | 0 | 5D | 3A | 66 | 58 | 16 |
| Octal | 45 | 153 | 7 | 101 | 0 | 135 | 72 | 146 | 130 | 26 |
| Binary | 100101 | 1101011 | 111 | 1000001 | 0 | 1011101 | 111010 | 1100110 | 1011000 | 10110 |
Color Harmonies of #256B07
Complementary color
Monochromatic Colors of #256B07
Black with #256B07
Text Example
Text Example
White with #256B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B07; }
p { color: rgb(37,107,7); }
H1.HeaderClassName
{
color: #256B07;
}
.AnyTagClassName
{
color: #256B07;
}
</style>
background-color css
<style>
a { background-color: #256B07; }
a { background-color: rgb(37,107,7); }
div.DivClassName
{
background-color: #256B07;
}
.BgClassName
{
background-color: #256B07;
}
</style>
border-color css
<style>
span { border-color: #256B07; }
span { border-color: rgb(37,107,7); }
td.TdClassName
{
border-color: #256B07;
}
.TagClassName
{
border-color: #256B07;
}
</style>