Shades of Bilbao #27770A
Tints of Bilbao #27770A
RGB
CMYK
RGB Variations
Color information
#27770A (or 0x27770A) is known color: Bilbao. HEX triplet: 27, 77 and 0A. RGB value is (39,119,10). Sum of RGB (Red+Green+Blue) = 39+119+10=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 119 (46.88% from 255 or 70.83% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 119 - color contains mainly: green. Hex color #27770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27770A is #D888F5. Grayscale: #535353. Windows color (decimal): -14190838 or 685863. OLE color: 685863.
HSL color Cylindrical-coordinate representation of color #27770A: hue angle of 104.04º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27770A is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 119 | 10 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.53 |
| HSL | 104.04º | 0.84% | 0.25% | - |
| HSV(B) | 104.04º | 0.92% | 0.47% | - |
| XYZ | 7.49 | 13.65 | 2.53 | - |
| YUV | 82.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 10 | 0.67 | 0 | 0.92 | 0.53 | 104.04 | 0.84 | 0.25 |
| Hex | 27 | 77 | A | 43 | 0 | 5C | 35 | 68 | 54 | 19 |
| Octal | 47 | 167 | 12 | 103 | 0 | 134 | 65 | 150 | 124 | 31 |
| Binary | 100111 | 1110111 | 1010 | 1000011 | 0 | 1011100 | 110101 | 1101000 | 1010100 | 11001 |
Color Harmonies of #27770A
Complementary color
Monochromatic Colors of #27770A
Black with #27770A
Text Example
Text Example
White with #27770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27770A; }
p { color: rgb(39,119,10); }
H1.HeaderClassName
{
color: #27770A;
}
.AnyTagClassName
{
color: #27770A;
}
</style>
background-color css
<style>
a { background-color: #27770A; }
a { background-color: rgb(39,119,10); }
div.DivClassName
{
background-color: #27770A;
}
.BgClassName
{
background-color: #27770A;
}
</style>
border-color css
<style>
span { border-color: #27770A; }
span { border-color: rgb(39,119,10); }
td.TdClassName
{
border-color: #27770A;
}
.TagClassName
{
border-color: #27770A;
}
</style>