Shades of Bilbao #42760C
Tints of Bilbao #42760C
RGB
CMYK
RGB Variations
Color information
#42760C (or 0x42760C) is known color: Bilbao. HEX triplet: 42, 76 and 0C. RGB value is (66,118,12). Sum of RGB (Red+Green+Blue) = 66+118+12=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #42760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42760C is #BD89F3. Grayscale: #5A5A5A. Windows color (decimal): -12421620 or 816706. OLE color: 816706.
HSL color Cylindrical-coordinate representation of color #42760C: hue angle of 89.43º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42760C is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 12 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.54 |
| HSL | 89.43º | 0.82% | 0.25% | - |
| HSV(B) | 89.43º | 0.9% | 0.46% | - |
| XYZ | 8.79 | 14.14 | 2.61 | - |
| YUV | 90.37 | 83.77 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 12 | 0.44 | 0 | 0.90 | 0.54 | 89.43 | 0.82 | 0.25 |
| Hex | 42 | 76 | C | 2C | 0 | 5A | 36 | 59 | 52 | 19 |
| Octal | 102 | 166 | 14 | 54 | 0 | 132 | 66 | 131 | 122 | 31 |
| Binary | 1000010 | 1110110 | 1100 | 101100 | 0 | 1011010 | 110110 | 1011001 | 1010010 | 11001 |
Color Harmonies of #42760C
Complementary color
Monochromatic Colors of #42760C
Black with #42760C
Text Example
Text Example
White with #42760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42760C; }
p { color: rgb(66,118,12); }
H1.HeaderClassName
{
color: #42760C;
}
.AnyTagClassName
{
color: #42760C;
}
</style>
background-color css
<style>
a { background-color: #42760C; }
a { background-color: rgb(66,118,12); }
div.DivClassName
{
background-color: #42760C;
}
.BgClassName
{
background-color: #42760C;
}
</style>
border-color css
<style>
span { border-color: #42760C; }
span { border-color: rgb(66,118,12); }
td.TdClassName
{
border-color: #42760C;
}
.TagClassName
{
border-color: #42760C;
}
</style>