Shades of Christi #73A609
Tints of Christi #73A609
RGB
CMYK
RGB Variations
Color information
#73A609 (or 0x73A609) is known color: Christi. HEX triplet: 73, A6 and 09. RGB value is (115,166,9). Sum of RGB (Red+Green+Blue) = 115+166+9=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 166 (65.23% from 255 or 57.24% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 166 - color contains mainly: green. Hex color #73A609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A609 is #8C59F6. Grayscale: #858585. Windows color (decimal): -9198071 or 632435. OLE color: 632435.
HSL color Cylindrical-coordinate representation of color #73A609: hue angle of 79.49º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73A609 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 166 | 9 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.35 |
| HSL | 79.49º | 0.9% | 0.34% | - |
| HSV(B) | 79.49º | 0.95% | 0.65% | - |
| XYZ | 20.76 | 30.94 | 5.14 | - |
| YUV | 132.85 | 58.1 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 9 | 0.31 | 0 | 0.95 | 0.35 | 79.49 | 0.9 | 0.34 |
| Hex | 73 | A6 | 9 | 1F | 0 | 5F | 23 | 4F | 5A | 22 |
| Octal | 163 | 246 | 11 | 37 | 0 | 137 | 43 | 117 | 132 | 42 |
| Binary | 1110011 | 10100110 | 1001 | 11111 | 0 | 1011111 | 100011 | 1001111 | 1011010 | 100010 |
Color Harmonies of #73A609
Complementary color
Monochromatic Colors of #73A609
Black with #73A609
Text Example
Text Example
White with #73A609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A609; }
p { color: rgb(115,166,9); }
H1.HeaderClassName
{
color: #73A609;
}
.AnyTagClassName
{
color: #73A609;
}
</style>
background-color css
<style>
a { background-color: #73A609; }
a { background-color: rgb(115,166,9); }
div.DivClassName
{
background-color: #73A609;
}
.BgClassName
{
background-color: #73A609;
}
</style>
border-color css
<style>
span { border-color: #73A609; }
span { border-color: rgb(115,166,9); }
td.TdClassName
{
border-color: #73A609;
}
.TagClassName
{
border-color: #73A609;
}
</style>