Shades of Christi #71AC0D
Tints of Christi #71AC0D
RGB
CMYK
RGB Variations
Color information
#71AC0D (or 0x71AC0D) is known color: Christi. HEX triplet: 71, AC and 0D. RGB value is (113,172,13). Sum of RGB (Red+Green+Blue) = 113+172+13=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AC0D is #8E53F2. Grayscale: #888888. Windows color (decimal): -9327603 or 896113. OLE color: 896113.
HSL color Cylindrical-coordinate representation of color #71AC0D: hue angle of 82.26º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71AC0D is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 172 | 13 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.33 |
| HSL | 82.26º | 0.86% | 0.36% | - |
| HSV(B) | 82.26º | 0.92% | 0.67% | - |
| XYZ | 21.64 | 33.04 | 5.62 | - |
| YUV | 136.23 | 58.45 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 172 | 13 | 0.34 | 0 | 0.92 | 0.33 | 82.26 | 0.86 | 0.36 |
| Hex | 71 | AC | D | 22 | 0 | 5C | 21 | 52 | 56 | 24 |
| Octal | 161 | 254 | 15 | 42 | 0 | 134 | 41 | 122 | 126 | 44 |
| Binary | 1110001 | 10101100 | 1101 | 100010 | 0 | 1011100 | 100001 | 1010010 | 1010110 | 100100 |
Color Harmonies of #71AC0D
Complementary color
Monochromatic Colors of #71AC0D
Black with #71AC0D
Text Example
Text Example
White with #71AC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AC0D; }
p { color: rgb(113,172,13); }
H1.HeaderClassName
{
color: #71AC0D;
}
.AnyTagClassName
{
color: #71AC0D;
}
</style>
background-color css
<style>
a { background-color: #71AC0D; }
a { background-color: rgb(113,172,13); }
div.DivClassName
{
background-color: #71AC0D;
}
.BgClassName
{
background-color: #71AC0D;
}
</style>
border-color css
<style>
span { border-color: #71AC0D; }
span { border-color: rgb(113,172,13); }
td.TdClassName
{
border-color: #71AC0D;
}
.TagClassName
{
border-color: #71AC0D;
}
</style>