Shades of Christi #749C1D
Tints of Christi #749C1D
RGB
CMYK
RGB Variations
Color information
#749C1D (or 0x749C1D) is known color: Christi. HEX triplet: 74, 9C and 1D. RGB value is (116,156,29). Sum of RGB (Red+Green+Blue) = 116+156+29=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #749C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C1D is #8B63E2. Grayscale: #828282. Windows color (decimal): -9135075 or 1940596. OLE color: 1940596.
HSL color Cylindrical-coordinate representation of color #749C1D: hue angle of 78.9º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #749C1D is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 29 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.39 |
| HSL | 78.9º | 0.69% | 0.36% | - |
| HSV(B) | 78.9º | 0.81% | 0.61% | - |
| XYZ | 19.31 | 27.58 | 5.47 | - |
| YUV | 129.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 29 | 0.26 | 0 | 0.81 | 0.39 | 78.9 | 0.69 | 0.36 |
| Hex | 74 | 9C | 1D | 1A | 0 | 51 | 27 | 4F | 45 | 24 |
| Octal | 164 | 234 | 35 | 32 | 0 | 121 | 47 | 117 | 105 | 44 |
| Binary | 1110100 | 10011100 | 11101 | 11010 | 0 | 1010001 | 100111 | 1001111 | 1000101 | 100100 |
Color Harmonies of #749C1D
Complementary color
Monochromatic Colors of #749C1D
Black with #749C1D
Text Example
Text Example
White with #749C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C1D; }
p { color: rgb(116,156,29); }
H1.HeaderClassName
{
color: #749C1D;
}
.AnyTagClassName
{
color: #749C1D;
}
</style>
background-color css
<style>
a { background-color: #749C1D; }
a { background-color: rgb(116,156,29); }
div.DivClassName
{
background-color: #749C1D;
}
.BgClassName
{
background-color: #749C1D;
}
</style>
border-color css
<style>
span { border-color: #749C1D; }
span { border-color: rgb(116,156,29); }
td.TdClassName
{
border-color: #749C1D;
}
.TagClassName
{
border-color: #749C1D;
}
</style>