Shades of Christi #71B622
Tints of Christi #71B622
RGB
CMYK
RGB Variations
Color information
#71B622 (or 0x71B622) is known color: Christi. HEX triplet: 71, B6 and 22. RGB value is (113,182,34). Sum of RGB (Red+Green+Blue) = 113+182+34=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #71B622 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B622 is #8E49DD. Grayscale: #919191. Windows color (decimal): -9325022 or 2274929. OLE color: 2274929.
HSL color Cylindrical-coordinate representation of color #71B622: hue angle of 87.97º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71B622 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 182 | 34 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.29 |
| HSL | 87.97º | 0.69% | 0.42% | - |
| HSV(B) | 87.97º | 0.81% | 0.71% | - |
| XYZ | 23.83 | 37.08 | 7.42 | - |
| YUV | 144.5 | 65.64 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 182 | 34 | 0.38 | 0 | 0.81 | 0.29 | 87.97 | 0.69 | 0.42 |
| Hex | 71 | B6 | 22 | 26 | 0 | 51 | 1D | 58 | 45 | 2A |
| Octal | 161 | 266 | 42 | 46 | 0 | 121 | 35 | 130 | 105 | 52 |
| Binary | 1110001 | 10110110 | 100010 | 100110 | 0 | 1010001 | 11101 | 1011000 | 1000101 | 101010 |
Color Harmonies of #71B622
Complementary color
Monochromatic Colors of #71B622
Black with #71B622
Text Example
Text Example
White with #71B622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B622; }
p { color: rgb(113,182,34); }
H1.HeaderClassName
{
color: #71B622;
}
.AnyTagClassName
{
color: #71B622;
}
</style>
background-color css
<style>
a { background-color: #71B622; }
a { background-color: rgb(113,182,34); }
div.DivClassName
{
background-color: #71B622;
}
.BgClassName
{
background-color: #71B622;
}
</style>
border-color css
<style>
span { border-color: #71B622; }
span { border-color: rgb(113,182,34); }
td.TdClassName
{
border-color: #71B622;
}
.TagClassName
{
border-color: #71B622;
}
</style>