Shades of Christi #74A518
Tints of Christi #74A518
RGB
CMYK
RGB Variations
Color information
#74A518 (or 0x74A518) is known color: Christi. HEX triplet: 74, A5 and 18. RGB value is (116,165,24). Sum of RGB (Red+Green+Blue) = 116+165+24=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 165 (64.84% from 255 or 54.10% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 165 - color contains mainly: green. Hex color #74A518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A518 is #8B5AE7. Grayscale: #868686. Windows color (decimal): -9132776 or 1615220. OLE color: 1615220.
HSL color Cylindrical-coordinate representation of color #74A518: hue angle of 80.85º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74A518 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 165 | 24 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.35 |
| HSL | 80.85º | 0.75% | 0.37% | - |
| HSV(B) | 80.85º | 0.85% | 0.65% | - |
| XYZ | 20.82 | 30.69 | 5.69 | - |
| YUV | 134.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 165 | 24 | 0.30 | 0 | 0.85 | 0.35 | 80.85 | 0.75 | 0.37 |
| Hex | 74 | A5 | 18 | 1E | 0 | 55 | 23 | 51 | 4B | 25 |
| Octal | 164 | 245 | 30 | 36 | 0 | 125 | 43 | 121 | 113 | 45 |
| Binary | 1110100 | 10100101 | 11000 | 11110 | 0 | 1010101 | 100011 | 1010001 | 1001011 | 100101 |
Color Harmonies of #74A518
Complementary color
Monochromatic Colors of #74A518
Black with #74A518
Text Example
Text Example
White with #74A518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A518; }
p { color: rgb(116,165,24); }
H1.HeaderClassName
{
color: #74A518;
}
.AnyTagClassName
{
color: #74A518;
}
</style>
background-color css
<style>
a { background-color: #74A518; }
a { background-color: rgb(116,165,24); }
div.DivClassName
{
background-color: #74A518;
}
.BgClassName
{
background-color: #74A518;
}
</style>
border-color css
<style>
span { border-color: #74A518; }
span { border-color: rgb(116,165,24); }
td.TdClassName
{
border-color: #74A518;
}
.TagClassName
{
border-color: #74A518;
}
</style>