Shades of Christi #739D0E
Tints of Christi #739D0E
RGB
CMYK
RGB Variations
Color information
#739D0E (or 0x739D0E) is known color: Christi. HEX triplet: 73, 9D and 0E. RGB value is (115,157,14). Sum of RGB (Red+Green+Blue) = 115+157+14=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #739D0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739D0E is #8C62F1. Grayscale: #808080. Windows color (decimal): -9200370 or 957811. OLE color: 957811.
HSL color Cylindrical-coordinate representation of color #739D0E: hue angle of 77.62º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #739D0E is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 157 | 14 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.38 |
| HSL | 77.62º | 0.84% | 0.34% | - |
| HSV(B) | 77.62º | 0.91% | 0.62% | - |
| XYZ | 19.21 | 27.79 | 4.77 | - |
| YUV | 128.14 | 63.59 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 14 | 0.27 | 0 | 0.91 | 0.38 | 77.62 | 0.84 | 0.34 |
| Hex | 73 | 9D | E | 1B | 0 | 5B | 26 | 4E | 54 | 22 |
| Octal | 163 | 235 | 16 | 33 | 0 | 133 | 46 | 116 | 124 | 42 |
| Binary | 1110011 | 10011101 | 1110 | 11011 | 0 | 1011011 | 100110 | 1001110 | 1010100 | 100010 |
Color Harmonies of #739D0E
Complementary color
Monochromatic Colors of #739D0E
Black with #739D0E
Text Example
Text Example
White with #739D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739D0E; }
p { color: rgb(115,157,14); }
H1.HeaderClassName
{
color: #739D0E;
}
.AnyTagClassName
{
color: #739D0E;
}
</style>
background-color css
<style>
a { background-color: #739D0E; }
a { background-color: rgb(115,157,14); }
div.DivClassName
{
background-color: #739D0E;
}
.BgClassName
{
background-color: #739D0E;
}
</style>
border-color css
<style>
span { border-color: #739D0E; }
span { border-color: rgb(115,157,14); }
td.TdClassName
{
border-color: #739D0E;
}
.TagClassName
{
border-color: #739D0E;
}
</style>