Shades of Christi #71AA0C
Tints of Christi #71AA0C
RGB
CMYK
RGB Variations
Color information
#71AA0C (or 0x71AA0C) is known color: Christi. HEX triplet: 71, AA and 0C. RGB value is (113,170,12). Sum of RGB (Red+Green+Blue) = 113+170+12=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AA0C is #8E55F3. Grayscale: #878787. Windows color (decimal): -9328116 or 830065. OLE color: 830065.
HSL color Cylindrical-coordinate representation of color #71AA0C: hue angle of 81.65º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71AA0C is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 12 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.33 |
| HSL | 81.65º | 0.87% | 0.36% | - |
| HSV(B) | 81.65º | 0.93% | 0.67% | - |
| XYZ | 21.25 | 32.29 | 5.46 | - |
| YUV | 134.95 | 58.62 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 12 | 0.34 | 0 | 0.93 | 0.33 | 81.65 | 0.87 | 0.36 |
| Hex | 71 | AA | C | 22 | 0 | 5D | 21 | 52 | 57 | 24 |
| Octal | 161 | 252 | 14 | 42 | 0 | 135 | 41 | 122 | 127 | 44 |
| Binary | 1110001 | 10101010 | 1100 | 100010 | 0 | 1011101 | 100001 | 1010010 | 1010111 | 100100 |
Color Harmonies of #71AA0C
Complementary color
Monochromatic Colors of #71AA0C
Black with #71AA0C
Text Example
Text Example
White with #71AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA0C; }
p { color: rgb(113,170,12); }
H1.HeaderClassName
{
color: #71AA0C;
}
.AnyTagClassName
{
color: #71AA0C;
}
</style>
background-color css
<style>
a { background-color: #71AA0C; }
a { background-color: rgb(113,170,12); }
div.DivClassName
{
background-color: #71AA0C;
}
.BgClassName
{
background-color: #71AA0C;
}
</style>
border-color css
<style>
span { border-color: #71AA0C; }
span { border-color: rgb(113,170,12); }
td.TdClassName
{
border-color: #71AA0C;
}
.TagClassName
{
border-color: #71AA0C;
}
</style>