Shades of Christi #71B326
Tints of Christi #71B326
RGB
CMYK
RGB Variations
Color information
#71B326 (or 0x71B326) is known color: Christi. HEX triplet: 71, B3 and 26. RGB value is (113,179,38). Sum of RGB (Red+Green+Blue) = 113+179+38=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #71B326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B326 is #8E4CD9. Grayscale: #8F8F8F. Windows color (decimal): -9325786 or 2536305. OLE color: 2536305.
HSL color Cylindrical-coordinate representation of color #71B326: hue angle of 88.09º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71B326 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 38 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.30 |
| HSL | 88.09º | 0.65% | 0.43% | - |
| HSV(B) | 88.09º | 0.79% | 0.7% | - |
| XYZ | 23.28 | 35.89 | 7.53 | - |
| YUV | 143.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 38 | 0.37 | 0 | 0.79 | 0.30 | 88.09 | 0.65 | 0.43 |
| Hex | 71 | B3 | 26 | 25 | 0 | 4F | 1E | 58 | 41 | 2B |
| Octal | 161 | 263 | 46 | 45 | 0 | 117 | 36 | 130 | 101 | 53 |
| Binary | 1110001 | 10110011 | 100110 | 100101 | 0 | 1001111 | 11110 | 1011000 | 1000001 | 101011 |
Color Harmonies of #71B326
Complementary color
Monochromatic Colors of #71B326
Black with #71B326
Text Example
Text Example
White with #71B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B326; }
p { color: rgb(113,179,38); }
H1.HeaderClassName
{
color: #71B326;
}
.AnyTagClassName
{
color: #71B326;
}
</style>
background-color css
<style>
a { background-color: #71B326; }
a { background-color: rgb(113,179,38); }
div.DivClassName
{
background-color: #71B326;
}
.BgClassName
{
background-color: #71B326;
}
</style>
border-color css
<style>
span { border-color: #71B326; }
span { border-color: rgb(113,179,38); }
td.TdClassName
{
border-color: #71B326;
}
.TagClassName
{
border-color: #71B326;
}
</style>