Shades of Christi #73B511
Tints of Christi #73B511
RGB
CMYK
RGB Variations
Color information
#73B511 (or 0x73B511) is known color: Christi. HEX triplet: 73, B5 and 11. RGB value is (115,181,17). Sum of RGB (Red+Green+Blue) = 115+181+17=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #73B511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73B511 is #8C4AEE. Grayscale: #8F8F8F. Windows color (decimal): -9194223 or 1160563. OLE color: 1160563.
HSL color Cylindrical-coordinate representation of color #73B511: hue angle of 84.15º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73B511 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 181 | 17 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.29 |
| HSL | 84.15º | 0.83% | 0.39% | - |
| HSV(B) | 84.15º | 0.91% | 0.71% | - |
| XYZ | 23.7 | 36.73 | 6.37 | - |
| YUV | 142.57 | 57.13 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 181 | 17 | 0.36 | 0 | 0.91 | 0.29 | 84.15 | 0.83 | 0.39 |
| Hex | 73 | B5 | 11 | 24 | 0 | 5B | 1D | 54 | 53 | 27 |
| Octal | 163 | 265 | 21 | 44 | 0 | 133 | 35 | 124 | 123 | 47 |
| Binary | 1110011 | 10110101 | 10001 | 100100 | 0 | 1011011 | 11101 | 1010100 | 1010011 | 100111 |
Color Harmonies of #73B511
Complementary color
Monochromatic Colors of #73B511
Black with #73B511
Text Example
Text Example
White with #73B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B511; }
p { color: rgb(115,181,17); }
H1.HeaderClassName
{
color: #73B511;
}
.AnyTagClassName
{
color: #73B511;
}
</style>
background-color css
<style>
a { background-color: #73B511; }
a { background-color: rgb(115,181,17); }
div.DivClassName
{
background-color: #73B511;
}
.BgClassName
{
background-color: #73B511;
}
</style>
border-color css
<style>
span { border-color: #73B511; }
span { border-color: rgb(115,181,17); }
td.TdClassName
{
border-color: #73B511;
}
.TagClassName
{
border-color: #73B511;
}
</style>