Shades of Christi #739B18
Tints of Christi #739B18
RGB
CMYK
RGB Variations
Color information
#739B18 (or 0x739B18) is known color: Christi. HEX triplet: 73, 9B and 18. RGB value is (115,155,24). Sum of RGB (Red+Green+Blue) = 115+155+24=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #739B18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739B18 is #8C64E7. Grayscale: #808080. Windows color (decimal): -9200872 or 1612659. OLE color: 1612659.
HSL color Cylindrical-coordinate representation of color #739B18: hue angle of 78.32º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #739B18 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 155 | 24 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.39 |
| HSL | 78.32º | 0.73% | 0.35% | - |
| HSV(B) | 78.32º | 0.85% | 0.61% | - |
| XYZ | 18.96 | 27.15 | 5.11 | - |
| YUV | 128.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 155 | 24 | 0.26 | 0 | 0.85 | 0.39 | 78.32 | 0.73 | 0.35 |
| Hex | 73 | 9B | 18 | 1A | 0 | 55 | 27 | 4E | 49 | 23 |
| Octal | 163 | 233 | 30 | 32 | 0 | 125 | 47 | 116 | 111 | 43 |
| Binary | 1110011 | 10011011 | 11000 | 11010 | 0 | 1010101 | 100111 | 1001110 | 1001001 | 100011 |
Color Harmonies of #739B18
Complementary color
Monochromatic Colors of #739B18
Black with #739B18
Text Example
Text Example
White with #739B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739B18; }
p { color: rgb(115,155,24); }
H1.HeaderClassName
{
color: #739B18;
}
.AnyTagClassName
{
color: #739B18;
}
</style>
background-color css
<style>
a { background-color: #739B18; }
a { background-color: rgb(115,155,24); }
div.DivClassName
{
background-color: #739B18;
}
.BgClassName
{
background-color: #739B18;
}
</style>
border-color css
<style>
span { border-color: #739B18; }
span { border-color: rgb(115,155,24); }
td.TdClassName
{
border-color: #739B18;
}
.TagClassName
{
border-color: #739B18;
}
</style>