Shades of Christi #739F13
Tints of Christi #739F13
RGB
CMYK
RGB Variations
Color information
#739F13 (or 0x739F13) is known color: Christi. HEX triplet: 73, 9F and 13. RGB value is (115,159,19). Sum of RGB (Red+Green+Blue) = 115+159+19=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 159 (62.5% from 255 or 54.27% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 159 - color contains mainly: green. Hex color #739F13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739F13 is #8C60EC. Grayscale: #828282. Windows color (decimal): -9199853 or 1286003. OLE color: 1286003.
HSL color Cylindrical-coordinate representation of color #739F13: hue angle of 78.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #739F13 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 159 | 19 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.38 |
| HSL | 78.86º | 0.79% | 0.35% | - |
| HSV(B) | 78.86º | 0.88% | 0.62% | - |
| XYZ | 19.59 | 28.49 | 5.08 | - |
| YUV | 129.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 19 | 0.28 | 0 | 0.88 | 0.38 | 78.86 | 0.79 | 0.35 |
| Hex | 73 | 9F | 13 | 1C | 0 | 58 | 26 | 4F | 4F | 23 |
| Octal | 163 | 237 | 23 | 34 | 0 | 130 | 46 | 117 | 117 | 43 |
| Binary | 1110011 | 10011111 | 10011 | 11100 | 0 | 1011000 | 100110 | 1001111 | 1001111 | 100011 |
Color Harmonies of #739F13
Complementary color
Monochromatic Colors of #739F13
Black with #739F13
Text Example
Text Example
White with #739F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739F13; }
p { color: rgb(115,159,19); }
H1.HeaderClassName
{
color: #739F13;
}
.AnyTagClassName
{
color: #739F13;
}
</style>
background-color css
<style>
a { background-color: #739F13; }
a { background-color: rgb(115,159,19); }
div.DivClassName
{
background-color: #739F13;
}
.BgClassName
{
background-color: #739F13;
}
</style>
border-color css
<style>
span { border-color: #739F13; }
span { border-color: rgb(115,159,19); }
td.TdClassName
{
border-color: #739F13;
}
.TagClassName
{
border-color: #739F13;
}
</style>