Shades of Christi #749D09
Tints of Christi #749D09
RGB
CMYK
RGB Variations
Color information
#749D09 (or 0x749D09) is known color: Christi. HEX triplet: 74, 9D and 09. RGB value is (116,157,9). Sum of RGB (Red+Green+Blue) = 116+157+9=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #749D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749D09 is #8B62F6. Grayscale: #808080. Windows color (decimal): -9134839 or 630132. OLE color: 630132.
HSL color Cylindrical-coordinate representation of color #749D09: hue angle of 76.62º degrees, saturation: 0.89, 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 #749D09 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 157 | 9 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.38 |
| HSL | 76.62º | 0.89% | 0.33% | - |
| HSV(B) | 76.62º | 0.94% | 0.62% | - |
| XYZ | 19.31 | 27.85 | 4.62 | - |
| YUV | 127.87 | 60.92 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 9 | 0.26 | 0 | 0.94 | 0.38 | 76.62 | 0.89 | 0.33 |
| Hex | 74 | 9D | 9 | 1A | 0 | 5E | 26 | 4D | 59 | 21 |
| Octal | 164 | 235 | 11 | 32 | 0 | 136 | 46 | 115 | 131 | 41 |
| Binary | 1110100 | 10011101 | 1001 | 11010 | 0 | 1011110 | 100110 | 1001101 | 1011001 | 100001 |
Color Harmonies of #749D09
Complementary color
Monochromatic Colors of #749D09
Black with #749D09
Text Example
Text Example
White with #749D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749D09; }
p { color: rgb(116,157,9); }
H1.HeaderClassName
{
color: #749D09;
}
.AnyTagClassName
{
color: #749D09;
}
</style>
background-color css
<style>
a { background-color: #749D09; }
a { background-color: rgb(116,157,9); }
div.DivClassName
{
background-color: #749D09;
}
.BgClassName
{
background-color: #749D09;
}
</style>
border-color css
<style>
span { border-color: #749D09; }
span { border-color: rgb(116,157,9); }
td.TdClassName
{
border-color: #749D09;
}
.TagClassName
{
border-color: #749D09;
}
</style>