Shades of Christi #739D0A
Tints of Christi #739D0A
RGB
CMYK
RGB Variations
Color information
#739D0A (or 0x739D0A) is known color: Christi. HEX triplet: 73, 9D and 0A. RGB value is (115,157,10). Sum of RGB (Red+Green+Blue) = 115+157+10=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #739D0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739D0A is #8C62F5. Grayscale: #808080. Windows color (decimal): -9200374 or 695667. OLE color: 695667.
HSL color Cylindrical-coordinate representation of color #739D0A: hue angle of 77.14º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #739D0A is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 157 | 10 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.38 |
| HSL | 77.14º | 0.88% | 0.33% | - |
| HSV(B) | 77.14º | 0.94% | 0.62% | - |
| XYZ | 19.18 | 27.78 | 4.64 | - |
| YUV | 127.68 | 61.59 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 10 | 0.27 | 0 | 0.94 | 0.38 | 77.14 | 0.88 | 0.33 |
| Hex | 73 | 9D | A | 1B | 0 | 5E | 26 | 4D | 58 | 21 |
| Octal | 163 | 235 | 12 | 33 | 0 | 136 | 46 | 115 | 130 | 41 |
| Binary | 1110011 | 10011101 | 1010 | 11011 | 0 | 1011110 | 100110 | 1001101 | 1011000 | 100001 |
Color Harmonies of #739D0A
Complementary color
Monochromatic Colors of #739D0A
Black with #739D0A
Text Example
Text Example
White with #739D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739D0A; }
p { color: rgb(115,157,10); }
H1.HeaderClassName
{
color: #739D0A;
}
.AnyTagClassName
{
color: #739D0A;
}
</style>
background-color css
<style>
a { background-color: #739D0A; }
a { background-color: rgb(115,157,10); }
div.DivClassName
{
background-color: #739D0A;
}
.BgClassName
{
background-color: #739D0A;
}
</style>
border-color css
<style>
span { border-color: #739D0A; }
span { border-color: rgb(115,157,10); }
td.TdClassName
{
border-color: #739D0A;
}
.TagClassName
{
border-color: #739D0A;
}
</style>