Shades of Christi #749B1B
Tints of Christi #749B1B
RGB
CMYK
RGB Variations
Color information
#749B1B (or 0x749B1B) is known color: Christi. HEX triplet: 74, 9B and 1B. RGB value is (116,155,27). Sum of RGB (Red+Green+Blue) = 116+155+27=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #749B1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B1B is #8B64E4. Grayscale: #818181. Windows color (decimal): -9135333 or 1809268. OLE color: 1809268.
HSL color Cylindrical-coordinate representation of color #749B1B: hue angle of 78.28º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #749B1B is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 155 | 27 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.39 |
| HSL | 78.28º | 0.7% | 0.36% | - |
| HSV(B) | 78.28º | 0.83% | 0.61% | - |
| XYZ | 19.12 | 27.23 | 5.29 | - |
| YUV | 128.75 | 70.58 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 27 | 0.25 | 0 | 0.83 | 0.39 | 78.28 | 0.7 | 0.36 |
| Hex | 74 | 9B | 1B | 19 | 0 | 53 | 27 | 4E | 46 | 24 |
| Octal | 164 | 233 | 33 | 31 | 0 | 123 | 47 | 116 | 106 | 44 |
| Binary | 1110100 | 10011011 | 11011 | 11001 | 0 | 1010011 | 100111 | 1001110 | 1000110 | 100100 |
Color Harmonies of #749B1B
Complementary color
Monochromatic Colors of #749B1B
Black with #749B1B
Text Example
Text Example
White with #749B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749B1B; }
p { color: rgb(116,155,27); }
H1.HeaderClassName
{
color: #749B1B;
}
.AnyTagClassName
{
color: #749B1B;
}
</style>
background-color css
<style>
a { background-color: #749B1B; }
a { background-color: rgb(116,155,27); }
div.DivClassName
{
background-color: #749B1B;
}
.BgClassName
{
background-color: #749B1B;
}
</style>
border-color css
<style>
span { border-color: #749B1B; }
span { border-color: rgb(116,155,27); }
td.TdClassName
{
border-color: #749B1B;
}
.TagClassName
{
border-color: #749B1B;
}
</style>