Shades of Christi #73A308
Tints of Christi #73A308
RGB
CMYK
RGB Variations
Color information
#73A308 (or 0x73A308) is known color: Christi. HEX triplet: 73, A3 and 08. RGB value is (115,163,8). Sum of RGB (Red+Green+Blue) = 115+163+8=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #73A308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A308 is #8C5CF7. Grayscale: #838383. Windows color (decimal): -9198840 or 566131. OLE color: 566131.
HSL color Cylindrical-coordinate representation of color #73A308: hue angle of 78.58º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73A308 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 163 | 8 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.36 |
| HSL | 78.58º | 0.91% | 0.34% | - |
| HSV(B) | 78.58º | 0.95% | 0.64% | - |
| XYZ | 20.21 | 29.86 | 4.93 | - |
| YUV | 130.98 | 58.6 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 163 | 8 | 0.29 | 0 | 0.95 | 0.36 | 78.58 | 0.91 | 0.34 |
| Hex | 73 | A3 | 8 | 1D | 0 | 5F | 24 | 4F | 5B | 22 |
| Octal | 163 | 243 | 10 | 35 | 0 | 137 | 44 | 117 | 133 | 42 |
| Binary | 1110011 | 10100011 | 1000 | 11101 | 0 | 1011111 | 100100 | 1001111 | 1011011 | 100010 |
Color Harmonies of #73A308
Complementary color
Monochromatic Colors of #73A308
Black with #73A308
Text Example
Text Example
White with #73A308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A308; }
p { color: rgb(115,163,8); }
H1.HeaderClassName
{
color: #73A308;
}
.AnyTagClassName
{
color: #73A308;
}
</style>
background-color css
<style>
a { background-color: #73A308; }
a { background-color: rgb(115,163,8); }
div.DivClassName
{
background-color: #73A308;
}
.BgClassName
{
background-color: #73A308;
}
</style>
border-color css
<style>
span { border-color: #73A308; }
span { border-color: rgb(115,163,8); }
td.TdClassName
{
border-color: #73A308;
}
.TagClassName
{
border-color: #73A308;
}
</style>