Shades of Christi #73AA0A
Tints of Christi #73AA0A
RGB
CMYK
RGB Variations
Color information
#73AA0A (or 0x73AA0A) is known color: Christi. HEX triplet: 73, AA and 0A. RGB value is (115,170,10). Sum of RGB (Red+Green+Blue) = 115+170+10=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AA0A is #8C55F5. Grayscale: #878787. Windows color (decimal): -9197046 or 698995. OLE color: 698995.
HSL color Cylindrical-coordinate representation of color #73AA0A: hue angle of 80.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73AA0A is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 10 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.33 |
| HSL | 80.63º | 0.89% | 0.35% | - |
| HSV(B) | 80.63º | 0.94% | 0.67% | - |
| XYZ | 21.5 | 32.42 | 5.41 | - |
| YUV | 135.32 | 57.28 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 10 | 0.32 | 0 | 0.94 | 0.33 | 80.63 | 0.89 | 0.35 |
| Hex | 73 | AA | A | 20 | 0 | 5E | 21 | 51 | 59 | 23 |
| Octal | 163 | 252 | 12 | 40 | 0 | 136 | 41 | 121 | 131 | 43 |
| Binary | 1110011 | 10101010 | 1010 | 100000 | 0 | 1011110 | 100001 | 1010001 | 1011001 | 100011 |
Color Harmonies of #73AA0A
Complementary color
Monochromatic Colors of #73AA0A
Black with #73AA0A
Text Example
Text Example
White with #73AA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA0A; }
p { color: rgb(115,170,10); }
H1.HeaderClassName
{
color: #73AA0A;
}
.AnyTagClassName
{
color: #73AA0A;
}
</style>
background-color css
<style>
a { background-color: #73AA0A; }
a { background-color: rgb(115,170,10); }
div.DivClassName
{
background-color: #73AA0A;
}
.BgClassName
{
background-color: #73AA0A;
}
</style>
border-color css
<style>
span { border-color: #73AA0A; }
span { border-color: rgb(115,170,10); }
td.TdClassName
{
border-color: #73AA0A;
}
.TagClassName
{
border-color: #73AA0A;
}
</style>