Shades of Christi #73A727
Tints of Christi #73A727
RGB
CMYK
RGB Variations
Color information
#73A727 (or 0x73A727) is known color: Christi. HEX triplet: 73, A7 and 27. RGB value is (115,167,39). Sum of RGB (Red+Green+Blue) = 115+167+39=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 167 (65.62% from 255 or 52.02% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 167 - color contains mainly: green. Hex color #73A727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A727 is #8C58D8. Grayscale: #898989. Windows color (decimal): -9197785 or 2598771. OLE color: 2598771.
HSL color Cylindrical-coordinate representation of color #73A727: hue angle of 84.38º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73A727 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 167 | 39 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.35 |
| HSL | 84.38º | 0.62% | 0.4% | - |
| HSV(B) | 84.38º | 0.77% | 0.65% | - |
| XYZ | 21.26 | 31.43 | 6.87 | - |
| YUV | 136.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 167 | 39 | 0.31 | 0 | 0.77 | 0.35 | 84.38 | 0.62 | 0.4 |
| Hex | 73 | A7 | 27 | 1F | 0 | 4D | 23 | 54 | 3E | 28 |
| Octal | 163 | 247 | 47 | 37 | 0 | 115 | 43 | 124 | 76 | 50 |
| Binary | 1110011 | 10100111 | 100111 | 11111 | 0 | 1001101 | 100011 | 1010100 | 111110 | 101000 |
Color Harmonies of #73A727
Complementary color
Monochromatic Colors of #73A727
Black with #73A727
Text Example
Text Example
White with #73A727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A727; }
p { color: rgb(115,167,39); }
H1.HeaderClassName
{
color: #73A727;
}
.AnyTagClassName
{
color: #73A727;
}
</style>
background-color css
<style>
a { background-color: #73A727; }
a { background-color: rgb(115,167,39); }
div.DivClassName
{
background-color: #73A727;
}
.BgClassName
{
background-color: #73A727;
}
</style>
border-color css
<style>
span { border-color: #73A727; }
span { border-color: rgb(115,167,39); }
td.TdClassName
{
border-color: #73A727;
}
.TagClassName
{
border-color: #73A727;
}
</style>