Shades of Christi #71AA2D
Tints of Christi #71AA2D
RGB
CMYK
RGB Variations
Color information
#71AA2D (or 0x71AA2D) is known color: Christi. HEX triplet: 71, AA and 2D. RGB value is (113,170,45). Sum of RGB (Red+Green+Blue) = 113+170+45=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA2D is #8E55D2. Grayscale: #8B8B8B. Windows color (decimal): -9328083 or 2992753. OLE color: 2992753.
HSL color Cylindrical-coordinate representation of color #71AA2D: hue angle of 87.36º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71AA2D is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 45 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.33 |
| HSL | 87.36º | 0.58% | 0.42% | - |
| HSV(B) | 87.36º | 0.74% | 0.67% | - |
| XYZ | 21.66 | 32.45 | 7.6 | - |
| YUV | 138.71 | 75.12 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 45 | 0.34 | 0 | 0.74 | 0.33 | 87.36 | 0.58 | 0.42 |
| Hex | 71 | AA | 2D | 22 | 0 | 4A | 21 | 57 | 3A | 2A |
| Octal | 161 | 252 | 55 | 42 | 0 | 112 | 41 | 127 | 72 | 52 |
| Binary | 1110001 | 10101010 | 101101 | 100010 | 0 | 1001010 | 100001 | 1010111 | 111010 | 101010 |
Color Harmonies of #71AA2D
Complementary color
Monochromatic Colors of #71AA2D
Black with #71AA2D
Text Example
Text Example
White with #71AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA2D; }
p { color: rgb(113,170,45); }
H1.HeaderClassName
{
color: #71AA2D;
}
.AnyTagClassName
{
color: #71AA2D;
}
</style>
background-color css
<style>
a { background-color: #71AA2D; }
a { background-color: rgb(113,170,45); }
div.DivClassName
{
background-color: #71AA2D;
}
.BgClassName
{
background-color: #71AA2D;
}
</style>
border-color css
<style>
span { border-color: #71AA2D; }
span { border-color: rgb(113,170,45); }
td.TdClassName
{
border-color: #71AA2D;
}
.TagClassName
{
border-color: #71AA2D;
}
</style>