Shades of Christi #749E0F
Tints of Christi #749E0F
RGB
CMYK
RGB Variations
Color information
#749E0F (or 0x749E0F) is known color: Christi. HEX triplet: 74, 9E and 0F. RGB value is (116,158,15). Sum of RGB (Red+Green+Blue) = 116+158+15=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 158 (62.11% from 255 or 54.67% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 158 - color contains mainly: green. Hex color #749E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749E0F is #8B61F0. Grayscale: #818181. Windows color (decimal): -9134577 or 1023604. OLE color: 1023604.
HSL color Cylindrical-coordinate representation of color #749E0F: hue angle of 77.62º degrees, saturation: 0.83, 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 #749E0F is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 15 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.38 |
| HSL | 77.62º | 0.83% | 0.34% | - |
| HSV(B) | 77.62º | 0.91% | 0.62% | - |
| XYZ | 19.52 | 28.2 | 4.87 | - |
| YUV | 129.14 | 63.59 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 15 | 0.27 | 0 | 0.91 | 0.38 | 77.62 | 0.83 | 0.34 |
| Hex | 74 | 9E | F | 1B | 0 | 5B | 26 | 4E | 53 | 22 |
| Octal | 164 | 236 | 17 | 33 | 0 | 133 | 46 | 116 | 123 | 42 |
| Binary | 1110100 | 10011110 | 1111 | 11011 | 0 | 1011011 | 100110 | 1001110 | 1010011 | 100010 |
Color Harmonies of #749E0F
Complementary color
Monochromatic Colors of #749E0F
Black with #749E0F
Text Example
Text Example
White with #749E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E0F; }
p { color: rgb(116,158,15); }
H1.HeaderClassName
{
color: #749E0F;
}
.AnyTagClassName
{
color: #749E0F;
}
</style>
background-color css
<style>
a { background-color: #749E0F; }
a { background-color: rgb(116,158,15); }
div.DivClassName
{
background-color: #749E0F;
}
.BgClassName
{
background-color: #749E0F;
}
</style>
border-color css
<style>
span { border-color: #749E0F; }
span { border-color: rgb(116,158,15); }
td.TdClassName
{
border-color: #749E0F;
}
.TagClassName
{
border-color: #749E0F;
}
</style>