Shades of Christi #739E17
Tints of Christi #739E17
RGB
CMYK
RGB Variations
Color information
#739E17 (or 0x739E17) is known color: Christi. HEX triplet: 73, 9E and 17. RGB value is (115,158,23). Sum of RGB (Red+Green+Blue) = 115+158+23=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 158 (62.11% from 255 or 53.38% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 158 - color contains mainly: green. Hex color #739E17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739E17 is #8C61E8. Grayscale: #828282. Windows color (decimal): -9200105 or 1547891. OLE color: 1547891.
HSL color Cylindrical-coordinate representation of color #739E17: hue angle of 79.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #739E17 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 158 | 23 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.38 |
| HSL | 79.11º | 0.75% | 0.35% | - |
| HSV(B) | 79.11º | 0.85% | 0.62% | - |
| XYZ | 19.45 | 28.16 | 5.22 | - |
| YUV | 129.75 | 67.75 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 23 | 0.27 | 0 | 0.85 | 0.38 | 79.11 | 0.75 | 0.35 |
| Hex | 73 | 9E | 17 | 1B | 0 | 55 | 26 | 4F | 4B | 23 |
| Octal | 163 | 236 | 27 | 33 | 0 | 125 | 46 | 117 | 113 | 43 |
| Binary | 1110011 | 10011110 | 10111 | 11011 | 0 | 1010101 | 100110 | 1001111 | 1001011 | 100011 |
Color Harmonies of #739E17
Complementary color
Monochromatic Colors of #739E17
Black with #739E17
Text Example
Text Example
White with #739E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739E17; }
p { color: rgb(115,158,23); }
H1.HeaderClassName
{
color: #739E17;
}
.AnyTagClassName
{
color: #739E17;
}
</style>
background-color css
<style>
a { background-color: #739E17; }
a { background-color: rgb(115,158,23); }
div.DivClassName
{
background-color: #739E17;
}
.BgClassName
{
background-color: #739E17;
}
</style>
border-color css
<style>
span { border-color: #739E17; }
span { border-color: rgb(115,158,23); }
td.TdClassName
{
border-color: #739E17;
}
.TagClassName
{
border-color: #739E17;
}
</style>