Shades of Christi #71A306
Tints of Christi #71A306
RGB
CMYK
RGB Variations
Color information
#71A306 (or 0x71A306) is known color: Christi. HEX triplet: 71, A3 and 06. RGB value is (113,163,6). Sum of RGB (Red+Green+Blue) = 113+163+6=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 163 (64.06% from 255 or 57.80% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 163 - color contains mainly: green. Hex color #71A306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A306 is #8E5CF9. Grayscale: #828282. Windows color (decimal): -9329914 or 435057. OLE color: 435057.
HSL color Cylindrical-coordinate representation of color #71A306: hue angle of 79.11º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71A306 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 163 | 6 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.36 |
| HSL | 79.11º | 0.93% | 0.33% | - |
| HSV(B) | 79.11º | 0.96% | 0.64% | - |
| XYZ | 19.94 | 29.72 | 4.86 | - |
| YUV | 130.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 163 | 6 | 0.31 | 0 | 0.96 | 0.36 | 79.11 | 0.93 | 0.33 |
| Hex | 71 | A3 | 6 | 1F | 0 | 60 | 24 | 4F | 5D | 21 |
| Octal | 161 | 243 | 6 | 37 | 0 | 140 | 44 | 117 | 135 | 41 |
| Binary | 1110001 | 10100011 | 110 | 11111 | 0 | 1100000 | 100100 | 1001111 | 1011101 | 100001 |
Color Harmonies of #71A306
Complementary color
Monochromatic Colors of #71A306
Black with #71A306
Text Example
Text Example
White with #71A306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A306; }
p { color: rgb(113,163,6); }
H1.HeaderClassName
{
color: #71A306;
}
.AnyTagClassName
{
color: #71A306;
}
</style>
background-color css
<style>
a { background-color: #71A306; }
a { background-color: rgb(113,163,6); }
div.DivClassName
{
background-color: #71A306;
}
.BgClassName
{
background-color: #71A306;
}
</style>
border-color css
<style>
span { border-color: #71A306; }
span { border-color: rgb(113,163,6); }
td.TdClassName
{
border-color: #71A306;
}
.TagClassName
{
border-color: #71A306;
}
</style>