Shades of Christi #71A70B
Tints of Christi #71A70B
RGB
CMYK
RGB Variations
Color information
#71A70B (or 0x71A70B) is known color: Christi. HEX triplet: 71, A7 and 0B. RGB value is (113,167,11). Sum of RGB (Red+Green+Blue) = 113+167+11=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 167 (65.62% from 255 or 57.39% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 167 - color contains mainly: green. Hex color #71A70B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A70B is #8E58F4. Grayscale: #858585. Windows color (decimal): -9328885 or 763761. OLE color: 763761.
HSL color Cylindrical-coordinate representation of color #71A70B: hue angle of 80.77º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71A70B is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 167 | 11 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.35 |
| HSL | 80.77º | 0.88% | 0.35% | - |
| HSV(B) | 80.77º | 0.93% | 0.65% | - |
| XYZ | 20.69 | 31.17 | 5.24 | - |
| YUV | 133.07 | 59.11 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 167 | 11 | 0.32 | 0 | 0.93 | 0.35 | 80.77 | 0.88 | 0.35 |
| Hex | 71 | A7 | B | 20 | 0 | 5D | 23 | 51 | 58 | 23 |
| Octal | 161 | 247 | 13 | 40 | 0 | 135 | 43 | 121 | 130 | 43 |
| Binary | 1110001 | 10100111 | 1011 | 100000 | 0 | 1011101 | 100011 | 1010001 | 1011000 | 100011 |
Color Harmonies of #71A70B
Complementary color
Monochromatic Colors of #71A70B
Black with #71A70B
Text Example
Text Example
White with #71A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A70B; }
p { color: rgb(113,167,11); }
H1.HeaderClassName
{
color: #71A70B;
}
.AnyTagClassName
{
color: #71A70B;
}
</style>
background-color css
<style>
a { background-color: #71A70B; }
a { background-color: rgb(113,167,11); }
div.DivClassName
{
background-color: #71A70B;
}
.BgClassName
{
background-color: #71A70B;
}
</style>
border-color css
<style>
span { border-color: #71A70B; }
span { border-color: rgb(113,167,11); }
td.TdClassName
{
border-color: #71A70B;
}
.TagClassName
{
border-color: #71A70B;
}
</style>