Shades of Bilbao #42770D
Tints of Bilbao #42770D
RGB
CMYK
RGB Variations
Color information
#42770D (or 0x42770D) is known color: Bilbao. HEX triplet: 42, 77 and 0D. RGB value is (66,119,13). Sum of RGB (Red+Green+Blue) = 66+119+13=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #42770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42770D is #BD88F2. Grayscale: #5B5B5B. Windows color (decimal): -12421363 or 882498. OLE color: 882498.
HSL color Cylindrical-coordinate representation of color #42770D: hue angle of 90º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42770D is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 119 | 13 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.53 |
| HSL | 90º | 0.8% | 0.26% | - |
| HSV(B) | 90º | 0.89% | 0.47% | - |
| XYZ | 8.92 | 14.38 | 2.69 | - |
| YUV | 91.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 13 | 0.45 | 0 | 0.89 | 0.53 | 90 | 0.8 | 0.26 |
| Hex | 42 | 77 | D | 2D | 0 | 59 | 35 | 5A | 50 | 1A |
| Octal | 102 | 167 | 15 | 55 | 0 | 131 | 65 | 132 | 120 | 32 |
| Binary | 1000010 | 1110111 | 1101 | 101101 | 0 | 1011001 | 110101 | 1011010 | 1010000 | 11010 |
Color Harmonies of #42770D
Complementary color
Monochromatic Colors of #42770D
Black with #42770D
Text Example
Text Example
White with #42770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42770D; }
p { color: rgb(66,119,13); }
H1.HeaderClassName
{
color: #42770D;
}
.AnyTagClassName
{
color: #42770D;
}
</style>
background-color css
<style>
a { background-color: #42770D; }
a { background-color: rgb(66,119,13); }
div.DivClassName
{
background-color: #42770D;
}
.BgClassName
{
background-color: #42770D;
}
</style>
border-color css
<style>
span { border-color: #42770D; }
span { border-color: rgb(66,119,13); }
td.TdClassName
{
border-color: #42770D;
}
.TagClassName
{
border-color: #42770D;
}
</style>