Shades of Christi #71B307
Tints of Christi #71B307
RGB
CMYK
RGB Variations
Color information
#71B307 (or 0x71B307) is known color: Christi. HEX triplet: 71, B3 and 07. RGB value is (113,179,7). Sum of RGB (Red+Green+Blue) = 113+179+7=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #71B307 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B307 is #8E4CF8. Grayscale: #8C8C8C. Windows color (decimal): -9325817 or 504689. OLE color: 504689.
HSL color Cylindrical-coordinate representation of color #71B307: hue angle of 83.02º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71B307 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 7 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.30 |
| HSL | 83.02º | 0.92% | 0.36% | - |
| HSV(B) | 83.02º | 0.96% | 0.7% | - |
| XYZ | 22.97 | 35.77 | 5.89 | - |
| YUV | 139.66 | 53.13 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 7 | 0.37 | 0 | 0.96 | 0.30 | 83.02 | 0.92 | 0.36 |
| Hex | 71 | B3 | 7 | 25 | 0 | 60 | 1E | 53 | 5C | 24 |
| Octal | 161 | 263 | 7 | 45 | 0 | 140 | 36 | 123 | 134 | 44 |
| Binary | 1110001 | 10110011 | 111 | 100101 | 0 | 1100000 | 11110 | 1010011 | 1011100 | 100100 |
Color Harmonies of #71B307
Complementary color
Monochromatic Colors of #71B307
Black with #71B307
Text Example
Text Example
White with #71B307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B307; }
p { color: rgb(113,179,7); }
H1.HeaderClassName
{
color: #71B307;
}
.AnyTagClassName
{
color: #71B307;
}
</style>
background-color css
<style>
a { background-color: #71B307; }
a { background-color: rgb(113,179,7); }
div.DivClassName
{
background-color: #71B307;
}
.BgClassName
{
background-color: #71B307;
}
</style>
border-color css
<style>
span { border-color: #71B307; }
span { border-color: rgb(113,179,7); }
td.TdClassName
{
border-color: #71B307;
}
.TagClassName
{
border-color: #71B307;
}
</style>