Shades of Christi #71AA0B
Tints of Christi #71AA0B
RGB
CMYK
RGB Variations
Color information
#71AA0B (or 0x71AA0B) is known color: Christi. HEX triplet: 71, AA and 0B. RGB value is (113,170,11). Sum of RGB (Red+Green+Blue) = 113+170+11=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AA0B is #8E55F4. Grayscale: #878787. Windows color (decimal): -9328117 or 764529. OLE color: 764529.
HSL color Cylindrical-coordinate representation of color #71AA0B: hue angle of 81.51º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71AA0B is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 11 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.33 |
| HSL | 81.51º | 0.88% | 0.35% | - |
| HSV(B) | 81.51º | 0.94% | 0.67% | - |
| XYZ | 21.25 | 32.28 | 5.43 | - |
| YUV | 134.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 11 | 0.34 | 0 | 0.94 | 0.33 | 81.51 | 0.88 | 0.35 |
| Hex | 71 | AA | B | 22 | 0 | 5E | 21 | 52 | 58 | 23 |
| Octal | 161 | 252 | 13 | 42 | 0 | 136 | 41 | 122 | 130 | 43 |
| Binary | 1110001 | 10101010 | 1011 | 100010 | 0 | 1011110 | 100001 | 1010010 | 1011000 | 100011 |
Color Harmonies of #71AA0B
Complementary color
Monochromatic Colors of #71AA0B
Black with #71AA0B
Text Example
Text Example
White with #71AA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA0B; }
p { color: rgb(113,170,11); }
H1.HeaderClassName
{
color: #71AA0B;
}
.AnyTagClassName
{
color: #71AA0B;
}
</style>
background-color css
<style>
a { background-color: #71AA0B; }
a { background-color: rgb(113,170,11); }
div.DivClassName
{
background-color: #71AA0B;
}
.BgClassName
{
background-color: #71AA0B;
}
</style>
border-color css
<style>
span { border-color: #71AA0B; }
span { border-color: rgb(113,170,11); }
td.TdClassName
{
border-color: #71AA0B;
}
.TagClassName
{
border-color: #71AA0B;
}
</style>