Shades of Christi #73AC0B
Tints of Christi #73AC0B
RGB
CMYK
RGB Variations
Color information
#73AC0B (or 0x73AC0B) is known color: Christi. HEX triplet: 73, AC and 0B. RGB value is (115,172,11). Sum of RGB (Red+Green+Blue) = 115+172+11=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AC0B is #8C53F4. Grayscale: #898989. Windows color (decimal): -9196533 or 765043. OLE color: 765043.
HSL color Cylindrical-coordinate representation of color #73AC0B: hue angle of 81.24º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73AC0B is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 172 | 11 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.33 |
| HSL | 81.24º | 0.88% | 0.36% | - |
| HSV(B) | 81.24º | 0.94% | 0.67% | - |
| XYZ | 21.88 | 33.17 | 5.57 | - |
| YUV | 136.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 11 | 0.33 | 0 | 0.94 | 0.33 | 81.24 | 0.88 | 0.36 |
| Hex | 73 | AC | B | 21 | 0 | 5E | 21 | 51 | 58 | 24 |
| Octal | 163 | 254 | 13 | 41 | 0 | 136 | 41 | 121 | 130 | 44 |
| Binary | 1110011 | 10101100 | 1011 | 100001 | 0 | 1011110 | 100001 | 1010001 | 1011000 | 100100 |
Color Harmonies of #73AC0B
Complementary color
Monochromatic Colors of #73AC0B
Black with #73AC0B
Text Example
Text Example
White with #73AC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AC0B; }
p { color: rgb(115,172,11); }
H1.HeaderClassName
{
color: #73AC0B;
}
.AnyTagClassName
{
color: #73AC0B;
}
</style>
background-color css
<style>
a { background-color: #73AC0B; }
a { background-color: rgb(115,172,11); }
div.DivClassName
{
background-color: #73AC0B;
}
.BgClassName
{
background-color: #73AC0B;
}
</style>
border-color css
<style>
span { border-color: #73AC0B; }
span { border-color: rgb(115,172,11); }
td.TdClassName
{
border-color: #73AC0B;
}
.TagClassName
{
border-color: #73AC0B;
}
</style>