Shades of Christi #71B308
Tints of Christi #71B308
RGB
CMYK
RGB Variations
Color information
#71B308 (or 0x71B308) is known color: Christi. HEX triplet: 71, B3 and 08. RGB value is (113,179,8). Sum of RGB (Red+Green+Blue) = 113+179+8=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #71B308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B308 is #8E4CF7. Grayscale: #8C8C8C. Windows color (decimal): -9325816 or 570225. OLE color: 570225.
HSL color Cylindrical-coordinate representation of color #71B308: hue angle of 83.16º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71B308 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 8 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.30 |
| HSL | 83.16º | 0.91% | 0.37% | - |
| HSV(B) | 83.16º | 0.96% | 0.7% | - |
| XYZ | 22.97 | 35.77 | 5.92 | - |
| YUV | 139.77 | 53.63 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 8 | 0.37 | 0 | 0.96 | 0.30 | 83.16 | 0.91 | 0.37 |
| Hex | 71 | B3 | 8 | 25 | 0 | 60 | 1E | 53 | 5B | 25 |
| Octal | 161 | 263 | 10 | 45 | 0 | 140 | 36 | 123 | 133 | 45 |
| Binary | 1110001 | 10110011 | 1000 | 100101 | 0 | 1100000 | 11110 | 1010011 | 1011011 | 100101 |
Color Harmonies of #71B308
Complementary color
Monochromatic Colors of #71B308
Black with #71B308
Text Example
Text Example
White with #71B308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B308; }
p { color: rgb(113,179,8); }
H1.HeaderClassName
{
color: #71B308;
}
.AnyTagClassName
{
color: #71B308;
}
</style>
background-color css
<style>
a { background-color: #71B308; }
a { background-color: rgb(113,179,8); }
div.DivClassName
{
background-color: #71B308;
}
.BgClassName
{
background-color: #71B308;
}
</style>
border-color css
<style>
span { border-color: #71B308; }
span { border-color: rgb(113,179,8); }
td.TdClassName
{
border-color: #71B308;
}
.TagClassName
{
border-color: #71B308;
}
</style>