Shades of Christi #749D0E
Tints of Christi #749D0E
RGB
CMYK
RGB Variations
Color information
#749D0E (or 0x749D0E) is known color: Christi. HEX triplet: 74, 9D and 0E. RGB value is (116,157,14). Sum of RGB (Red+Green+Blue) = 116+157+14=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #749D0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749D0E is #8B62F1. Grayscale: #808080. Windows color (decimal): -9134834 or 957812. OLE color: 957812.
HSL color Cylindrical-coordinate representation of color #749D0E: hue angle of 77.2º 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 #749D0E is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 157 | 14 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.38 |
| HSL | 77.2º | 0.84% | 0.34% | - |
| HSV(B) | 77.2º | 0.91% | 0.62% | - |
| XYZ | 19.34 | 27.86 | 4.77 | - |
| YUV | 128.44 | 63.42 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 14 | 0.26 | 0 | 0.91 | 0.38 | 77.2 | 0.84 | 0.34 |
| Hex | 74 | 9D | E | 1A | 0 | 5B | 26 | 4D | 54 | 22 |
| Octal | 164 | 235 | 16 | 32 | 0 | 133 | 46 | 115 | 124 | 42 |
| Binary | 1110100 | 10011101 | 1110 | 11010 | 0 | 1011011 | 100110 | 1001101 | 1010100 | 100010 |
Color Harmonies of #749D0E
Complementary color
Monochromatic Colors of #749D0E
Black with #749D0E
Text Example
Text Example
White with #749D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749D0E; }
p { color: rgb(116,157,14); }
H1.HeaderClassName
{
color: #749D0E;
}
.AnyTagClassName
{
color: #749D0E;
}
</style>
background-color css
<style>
a { background-color: #749D0E; }
a { background-color: rgb(116,157,14); }
div.DivClassName
{
background-color: #749D0E;
}
.BgClassName
{
background-color: #749D0E;
}
</style>
border-color css
<style>
span { border-color: #749D0E; }
span { border-color: rgb(116,157,14); }
td.TdClassName
{
border-color: #749D0E;
}
.TagClassName
{
border-color: #749D0E;
}
</style>