Shades of Bilbao #42770A
Tints of Bilbao #42770A
RGB
CMYK
RGB Variations
Color information
#42770A (or 0x42770A) is known color: Bilbao. HEX triplet: 42, 77 and 0A. RGB value is (66,119,10). Sum of RGB (Red+Green+Blue) = 66+119+10=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #42770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42770A is #BD88F5. Grayscale: #5B5B5B. Windows color (decimal): -12421366 or 685890. OLE color: 685890.
HSL color Cylindrical-coordinate representation of color #42770A: hue angle of 89.17º 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 #42770A is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 119 | 10 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.53 |
| HSL | 89.17º | 0.84% | 0.25% | - |
| HSV(B) | 89.17º | 0.92% | 0.47% | - |
| XYZ | 8.9 | 14.37 | 2.59 | - |
| YUV | 90.73 | 82.44 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 10 | 0.45 | 0 | 0.92 | 0.53 | 89.17 | 0.84 | 0.25 |
| Hex | 42 | 77 | A | 2D | 0 | 5C | 35 | 59 | 54 | 19 |
| Octal | 102 | 167 | 12 | 55 | 0 | 134 | 65 | 131 | 124 | 31 |
| Binary | 1000010 | 1110111 | 1010 | 101101 | 0 | 1011100 | 110101 | 1011001 | 1010100 | 11001 |
Color Harmonies of #42770A
Complementary color
Monochromatic Colors of #42770A
Black with #42770A
Text Example
Text Example
White with #42770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42770A; }
p { color: rgb(66,119,10); }
H1.HeaderClassName
{
color: #42770A;
}
.AnyTagClassName
{
color: #42770A;
}
</style>
background-color css
<style>
a { background-color: #42770A; }
a { background-color: rgb(66,119,10); }
div.DivClassName
{
background-color: #42770A;
}
.BgClassName
{
background-color: #42770A;
}
</style>
border-color css
<style>
span { border-color: #42770A; }
span { border-color: rgb(66,119,10); }
td.TdClassName
{
border-color: #42770A;
}
.TagClassName
{
border-color: #42770A;
}
</style>