Shades of Christi #71B011
Tints of Christi #71B011
RGB
CMYK
RGB Variations
Color information
#71B011 (or 0x71B011) is known color: Christi. HEX triplet: 71, B0 and 11. RGB value is (113,176,17). Sum of RGB (Red+Green+Blue) = 113+176+17=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #71B011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71B011 is #8E4FEE. Grayscale: #8B8B8B. Windows color (decimal): -9326575 or 1159281. OLE color: 1159281.
HSL color Cylindrical-coordinate representation of color #71B011: hue angle of 83.77º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71B011 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 176 | 17 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.31 |
| HSL | 83.77º | 0.82% | 0.38% | - |
| HSV(B) | 83.77º | 0.9% | 0.69% | - |
| XYZ | 22.44 | 34.6 | 6.03 | - |
| YUV | 139.04 | 59.13 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 176 | 17 | 0.36 | 0 | 0.90 | 0.31 | 83.77 | 0.82 | 0.38 |
| Hex | 71 | B0 | 11 | 24 | 0 | 5A | 1F | 54 | 52 | 26 |
| Octal | 161 | 260 | 21 | 44 | 0 | 132 | 37 | 124 | 122 | 46 |
| Binary | 1110001 | 10110000 | 10001 | 100100 | 0 | 1011010 | 11111 | 1010100 | 1010010 | 100110 |
Color Harmonies of #71B011
Complementary color
Monochromatic Colors of #71B011
Black with #71B011
Text Example
Text Example
White with #71B011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B011; }
p { color: rgb(113,176,17); }
H1.HeaderClassName
{
color: #71B011;
}
.AnyTagClassName
{
color: #71B011;
}
</style>
background-color css
<style>
a { background-color: #71B011; }
a { background-color: rgb(113,176,17); }
div.DivClassName
{
background-color: #71B011;
}
.BgClassName
{
background-color: #71B011;
}
</style>
border-color css
<style>
span { border-color: #71B011; }
span { border-color: rgb(113,176,17); }
td.TdClassName
{
border-color: #71B011;
}
.TagClassName
{
border-color: #71B011;
}
</style>