Shades of Christi #71A307
Tints of Christi #71A307
RGB
CMYK
RGB Variations
Color information
#71A307 (or 0x71A307) is known color: Christi. HEX triplet: 71, A3 and 07. RGB value is (113,163,7). Sum of RGB (Red+Green+Blue) = 113+163+7=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #71A307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A307 is #8E5CF8. Grayscale: #828282. Windows color (decimal): -9329913 or 500593. OLE color: 500593.
HSL color Cylindrical-coordinate representation of color #71A307: hue angle of 79.23º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71A307 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 163 | 7 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.36 |
| HSL | 79.23º | 0.92% | 0.33% | - |
| HSV(B) | 79.23º | 0.96% | 0.64% | - |
| XYZ | 19.95 | 29.72 | 4.89 | - |
| YUV | 130.27 | 58.44 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 163 | 7 | 0.31 | 0 | 0.96 | 0.36 | 79.23 | 0.92 | 0.33 |
| Hex | 71 | A3 | 7 | 1F | 0 | 60 | 24 | 4F | 5C | 21 |
| Octal | 161 | 243 | 7 | 37 | 0 | 140 | 44 | 117 | 134 | 41 |
| Binary | 1110001 | 10100011 | 111 | 11111 | 0 | 1100000 | 100100 | 1001111 | 1011100 | 100001 |
Color Harmonies of #71A307
Complementary color
Monochromatic Colors of #71A307
Black with #71A307
Text Example
Text Example
White with #71A307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A307; }
p { color: rgb(113,163,7); }
H1.HeaderClassName
{
color: #71A307;
}
.AnyTagClassName
{
color: #71A307;
}
</style>
background-color css
<style>
a { background-color: #71A307; }
a { background-color: rgb(113,163,7); }
div.DivClassName
{
background-color: #71A307;
}
.BgClassName
{
background-color: #71A307;
}
</style>
border-color css
<style>
span { border-color: #71A307; }
span { border-color: rgb(113,163,7); }
td.TdClassName
{
border-color: #71A307;
}
.TagClassName
{
border-color: #71A307;
}
</style>