Shades of Christi #73990E
Tints of Christi #73990E
RGB
CMYK
RGB Variations
Color information
#73990E (or 0x73990E) is known color: Christi. HEX triplet: 73, 99 and 0E. RGB value is (115,153,14). Sum of RGB (Red+Green+Blue) = 115+153+14=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #73990E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73990E is #8C66F1. Grayscale: #7E7E7E. Windows color (decimal): -9201394 or 956787. OLE color: 956787.
HSL color Cylindrical-coordinate representation of color #73990E: hue angle of 76.4º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73990E is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 14 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.4 |
| HSL | 76.4º | 0.83% | 0.33% | - |
| HSV(B) | 76.4º | 0.91% | 0.6% | - |
| XYZ | 18.54 | 26.46 | 4.55 | - |
| YUV | 125.79 | 64.91 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 14 | 0.25 | 0 | 0.91 | 0.4 | 76.4 | 0.83 | 0.33 |
| Hex | 73 | 99 | E | 19 | 0 | 5B | 28 | 4C | 53 | 21 |
| Octal | 163 | 231 | 16 | 31 | 0 | 133 | 50 | 114 | 123 | 41 |
| Binary | 1110011 | 10011001 | 1110 | 11001 | 0 | 1011011 | 101000 | 1001100 | 1010011 | 100001 |
Color Harmonies of #73990E
Complementary color
Monochromatic Colors of #73990E
Black with #73990E
Text Example
Text Example
White with #73990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73990E; }
p { color: rgb(115,153,14); }
H1.HeaderClassName
{
color: #73990E;
}
.AnyTagClassName
{
color: #73990E;
}
</style>
background-color css
<style>
a { background-color: #73990E; }
a { background-color: rgb(115,153,14); }
div.DivClassName
{
background-color: #73990E;
}
.BgClassName
{
background-color: #73990E;
}
</style>
border-color css
<style>
span { border-color: #73990E; }
span { border-color: rgb(115,153,14); }
td.TdClassName
{
border-color: #73990E;
}
.TagClassName
{
border-color: #73990E;
}
</style>