Shades of Christi #71A80B
Tints of Christi #71A80B
RGB
CMYK
RGB Variations
Color information
#71A80B (or 0x71A80B) is known color: Christi. HEX triplet: 71, A8 and 0B. RGB value is (113,168,11). Sum of RGB (Red+Green+Blue) = 113+168+11=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 168 (66.02% from 255 or 57.53% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 168 - color contains mainly: green. Hex color #71A80B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A80B is #8E57F4. Grayscale: #868686. Windows color (decimal): -9328629 or 764017. OLE color: 764017.
HSL color Cylindrical-coordinate representation of color #71A80B: hue angle of 81.02º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71A80B is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 168 | 11 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.34 |
| HSL | 81.02º | 0.88% | 0.35% | - |
| HSV(B) | 81.02º | 0.93% | 0.66% | - |
| XYZ | 20.87 | 31.54 | 5.3 | - |
| YUV | 133.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 11 | 0.33 | 0 | 0.93 | 0.34 | 81.02 | 0.88 | 0.35 |
| Hex | 71 | A8 | B | 21 | 0 | 5D | 22 | 51 | 58 | 23 |
| Octal | 161 | 250 | 13 | 41 | 0 | 135 | 42 | 121 | 130 | 43 |
| Binary | 1110001 | 10101000 | 1011 | 100001 | 0 | 1011101 | 100010 | 1010001 | 1011000 | 100011 |
Color Harmonies of #71A80B
Complementary color
Monochromatic Colors of #71A80B
Black with #71A80B
Text Example
Text Example
White with #71A80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A80B; }
p { color: rgb(113,168,11); }
H1.HeaderClassName
{
color: #71A80B;
}
.AnyTagClassName
{
color: #71A80B;
}
</style>
background-color css
<style>
a { background-color: #71A80B; }
a { background-color: rgb(113,168,11); }
div.DivClassName
{
background-color: #71A80B;
}
.BgClassName
{
background-color: #71A80B;
}
</style>
border-color css
<style>
span { border-color: #71A80B; }
span { border-color: rgb(113,168,11); }
td.TdClassName
{
border-color: #71A80B;
}
.TagClassName
{
border-color: #71A80B;
}
</style>