Shades of Christi #73A81F
Tints of Christi #73A81F
RGB
CMYK
RGB Variations
Color information
#73A81F (or 0x73A81F) is known color: Christi. HEX triplet: 73, A8 and 1F. RGB value is (115,168,31). Sum of RGB (Red+Green+Blue) = 115+168+31=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #73A81F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A81F is #8C57E0. Grayscale: #898989. Windows color (decimal): -9197537 or 2074739. OLE color: 2074739.
HSL color Cylindrical-coordinate representation of color #73A81F: hue angle of 83.21º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73A81F is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 31 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.34 |
| HSL | 83.21º | 0.69% | 0.39% | - |
| HSV(B) | 83.21º | 0.82% | 0.66% | - |
| XYZ | 21.32 | 31.75 | 6.3 | - |
| YUV | 136.54 | 68.44 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 31 | 0.32 | 0 | 0.82 | 0.34 | 83.21 | 0.69 | 0.39 |
| Hex | 73 | A8 | 1F | 20 | 0 | 52 | 22 | 53 | 45 | 27 |
| Octal | 163 | 250 | 37 | 40 | 0 | 122 | 42 | 123 | 105 | 47 |
| Binary | 1110011 | 10101000 | 11111 | 100000 | 0 | 1010010 | 100010 | 1010011 | 1000101 | 100111 |
Color Harmonies of #73A81F
Complementary color
Monochromatic Colors of #73A81F
Black with #73A81F
Text Example
Text Example
White with #73A81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A81F; }
p { color: rgb(115,168,31); }
H1.HeaderClassName
{
color: #73A81F;
}
.AnyTagClassName
{
color: #73A81F;
}
</style>
background-color css
<style>
a { background-color: #73A81F; }
a { background-color: rgb(115,168,31); }
div.DivClassName
{
background-color: #73A81F;
}
.BgClassName
{
background-color: #73A81F;
}
</style>
border-color css
<style>
span { border-color: #73A81F; }
span { border-color: rgb(115,168,31); }
td.TdClassName
{
border-color: #73A81F;
}
.TagClassName
{
border-color: #73A81F;
}
</style>