Shades of Christi #74B71D
Tints of Christi #74B71D
RGB
CMYK
RGB Variations
Color information
#74B71D (or 0x74B71D) is known color: Christi. HEX triplet: 74, B7 and 1D. RGB value is (116,183,29). Sum of RGB (Red+Green+Blue) = 116+183+29=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #74B71D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B71D is #8B48E2. Grayscale: #919191. Windows color (decimal): -9128163 or 1947508. OLE color: 1947508.
HSL color Cylindrical-coordinate representation of color #74B71D: hue angle of 86.1º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74B71D is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 29 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.28 |
| HSL | 86.1º | 0.73% | 0.42% | - |
| HSV(B) | 86.1º | 0.84% | 0.72% | - |
| XYZ | 24.36 | 37.67 | 7.15 | - |
| YUV | 145.41 | 62.3 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 29 | 0.37 | 0 | 0.84 | 0.28 | 86.1 | 0.73 | 0.42 |
| Hex | 74 | B7 | 1D | 25 | 0 | 54 | 1C | 56 | 49 | 2A |
| Octal | 164 | 267 | 35 | 45 | 0 | 124 | 34 | 126 | 111 | 52 |
| Binary | 1110100 | 10110111 | 11101 | 100101 | 0 | 1010100 | 11100 | 1010110 | 1001001 | 101010 |
Color Harmonies of #74B71D
Complementary color
Monochromatic Colors of #74B71D
Black with #74B71D
Text Example
Text Example
White with #74B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B71D; }
p { color: rgb(116,183,29); }
H1.HeaderClassName
{
color: #74B71D;
}
.AnyTagClassName
{
color: #74B71D;
}
</style>
background-color css
<style>
a { background-color: #74B71D; }
a { background-color: rgb(116,183,29); }
div.DivClassName
{
background-color: #74B71D;
}
.BgClassName
{
background-color: #74B71D;
}
</style>
border-color css
<style>
span { border-color: #74B71D; }
span { border-color: rgb(116,183,29); }
td.TdClassName
{
border-color: #74B71D;
}
.TagClassName
{
border-color: #74B71D;
}
</style>