Shades of Christi #74A511
Tints of Christi #74A511
RGB
CMYK
RGB Variations
Color information
#74A511 (or 0x74A511) is known color: Christi. HEX triplet: 74, A5 and 11. RGB value is (116,165,17). Sum of RGB (Red+Green+Blue) = 116+165+17=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 165 (64.84% from 255 or 55.37% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 165 - color contains mainly: green. Hex color #74A511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A511 is #8B5AEE. Grayscale: #868686. Windows color (decimal): -9132783 or 1156468. OLE color: 1156468.
HSL color Cylindrical-coordinate representation of color #74A511: hue angle of 79.86º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74A511 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 165 | 17 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.35 |
| HSL | 79.86º | 0.81% | 0.36% | - |
| HSV(B) | 79.86º | 0.9% | 0.65% | - |
| XYZ | 20.76 | 30.66 | 5.35 | - |
| YUV | 133.48 | 62.27 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 165 | 17 | 0.30 | 0 | 0.90 | 0.35 | 79.86 | 0.81 | 0.36 |
| Hex | 74 | A5 | 11 | 1E | 0 | 5A | 23 | 50 | 51 | 24 |
| Octal | 164 | 245 | 21 | 36 | 0 | 132 | 43 | 120 | 121 | 44 |
| Binary | 1110100 | 10100101 | 10001 | 11110 | 0 | 1011010 | 100011 | 1010000 | 1010001 | 100100 |
Color Harmonies of #74A511
Complementary color
Monochromatic Colors of #74A511
Black with #74A511
Text Example
Text Example
White with #74A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A511; }
p { color: rgb(116,165,17); }
H1.HeaderClassName
{
color: #74A511;
}
.AnyTagClassName
{
color: #74A511;
}
</style>
background-color css
<style>
a { background-color: #74A511; }
a { background-color: rgb(116,165,17); }
div.DivClassName
{
background-color: #74A511;
}
.BgClassName
{
background-color: #74A511;
}
</style>
border-color css
<style>
span { border-color: #74A511; }
span { border-color: rgb(116,165,17); }
td.TdClassName
{
border-color: #74A511;
}
.TagClassName
{
border-color: #74A511;
}
</style>