Shades of Christi #71B70A
Tints of Christi #71B70A
RGB
CMYK
RGB Variations
Color information
#71B70A (or 0x71B70A) is known color: Christi. HEX triplet: 71, B7 and 0A. RGB value is (113,183,10). Sum of RGB (Red+Green+Blue) = 113+183+10=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #71B70A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B70A is #8E48F5. Grayscale: #8E8E8E. Windows color (decimal): -9324790 or 702321. OLE color: 702321.
HSL color Cylindrical-coordinate representation of color #71B70A: hue angle of 84.28º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71B70A is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 10 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.28 |
| HSL | 84.28º | 0.9% | 0.38% | - |
| HSV(B) | 84.28º | 0.95% | 0.72% | - |
| XYZ | 23.8 | 37.4 | 6.25 | - |
| YUV | 142.35 | 53.31 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 10 | 0.38 | 0 | 0.95 | 0.28 | 84.28 | 0.9 | 0.38 |
| Hex | 71 | B7 | A | 26 | 0 | 5F | 1C | 54 | 5A | 26 |
| Octal | 161 | 267 | 12 | 46 | 0 | 137 | 34 | 124 | 132 | 46 |
| Binary | 1110001 | 10110111 | 1010 | 100110 | 0 | 1011111 | 11100 | 1010100 | 1011010 | 100110 |
Color Harmonies of #71B70A
Complementary color
Monochromatic Colors of #71B70A
Black with #71B70A
Text Example
Text Example
White with #71B70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B70A; }
p { color: rgb(113,183,10); }
H1.HeaderClassName
{
color: #71B70A;
}
.AnyTagClassName
{
color: #71B70A;
}
</style>
background-color css
<style>
a { background-color: #71B70A; }
a { background-color: rgb(113,183,10); }
div.DivClassName
{
background-color: #71B70A;
}
.BgClassName
{
background-color: #71B70A;
}
</style>
border-color css
<style>
span { border-color: #71B70A; }
span { border-color: rgb(113,183,10); }
td.TdClassName
{
border-color: #71B70A;
}
.TagClassName
{
border-color: #71B70A;
}
</style>