Shades of Bilbao #276F09
Tints of Bilbao #276F09
RGB
CMYK
RGB Variations
Color information
#276F09 (or 0x276F09) is known color: Bilbao. HEX triplet: 27, 6F and 09. RGB value is (39,111,9). Sum of RGB (Red+Green+Blue) = 39+111+9=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 111 (43.75% from 255 or 69.81% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 111 - color contains mainly: green. Hex color #276F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276F09 is #D890F6. Grayscale: #4E4E4E. Windows color (decimal): -14192887 or 618279. OLE color: 618279.
HSL color Cylindrical-coordinate representation of color #276F09: hue angle of 102.35º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #276F09 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 111 | 9 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.56 |
| HSL | 102.35º | 0.85% | 0.24% | - |
| HSV(B) | 102.35º | 0.92% | 0.44% | - |
| XYZ | 6.57 | 11.82 | 2.19 | - |
| YUV | 77.84 | 89.15 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 9 | 0.65 | 0 | 0.92 | 0.56 | 102.35 | 0.85 | 0.24 |
| Hex | 27 | 6F | 9 | 41 | 0 | 5C | 38 | 66 | 55 | 18 |
| Octal | 47 | 157 | 11 | 101 | 0 | 134 | 70 | 146 | 125 | 30 |
| Binary | 100111 | 1101111 | 1001 | 1000001 | 0 | 1011100 | 111000 | 1100110 | 1010101 | 11000 |
Color Harmonies of #276F09
Complementary color
Monochromatic Colors of #276F09
Black with #276F09
Text Example
Text Example
White with #276F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276F09; }
p { color: rgb(39,111,9); }
H1.HeaderClassName
{
color: #276F09;
}
.AnyTagClassName
{
color: #276F09;
}
</style>
background-color css
<style>
a { background-color: #276F09; }
a { background-color: rgb(39,111,9); }
div.DivClassName
{
background-color: #276F09;
}
.BgClassName
{
background-color: #276F09;
}
</style>
border-color css
<style>
span { border-color: #276F09; }
span { border-color: rgb(39,111,9); }
td.TdClassName
{
border-color: #276F09;
}
.TagClassName
{
border-color: #276F09;
}
</style>