Shades of Christi #74A824
Tints of Christi #74A824
RGB
CMYK
RGB Variations
Color information
#74A824 (or 0x74A824) is known color: Christi. HEX triplet: 74, A8 and 24. RGB value is (116,168,36). Sum of RGB (Red+Green+Blue) = 116+168+36=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #74A824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A824 is #8B57DB. Grayscale: #898989. Windows color (decimal): -9131996 or 2402420. OLE color: 2402420.
HSL color Cylindrical-coordinate representation of color #74A824: hue angle of 83.64º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74A824 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 168 | 36 | - |
| CMYK | 0.31 | 0 | 0.79 | 0.34 |
| HSL | 83.64º | 0.65% | 0.4% | - |
| HSV(B) | 83.64º | 0.79% | 0.66% | - |
| XYZ | 21.52 | 31.85 | 6.68 | - |
| YUV | 137.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 36 | 0.31 | 0 | 0.79 | 0.34 | 83.64 | 0.65 | 0.4 |
| Hex | 74 | A8 | 24 | 1F | 0 | 4F | 22 | 54 | 41 | 28 |
| Octal | 164 | 250 | 44 | 37 | 0 | 117 | 42 | 124 | 101 | 50 |
| Binary | 1110100 | 10101000 | 100100 | 11111 | 0 | 1001111 | 100010 | 1010100 | 1000001 | 101000 |
Color Harmonies of #74A824
Complementary color
Monochromatic Colors of #74A824
Black with #74A824
Text Example
Text Example
White with #74A824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A824; }
p { color: rgb(116,168,36); }
H1.HeaderClassName
{
color: #74A824;
}
.AnyTagClassName
{
color: #74A824;
}
</style>
background-color css
<style>
a { background-color: #74A824; }
a { background-color: rgb(116,168,36); }
div.DivClassName
{
background-color: #74A824;
}
.BgClassName
{
background-color: #74A824;
}
</style>
border-color css
<style>
span { border-color: #74A824; }
span { border-color: rgb(116,168,36); }
td.TdClassName
{
border-color: #74A824;
}
.TagClassName
{
border-color: #74A824;
}
</style>