Shades of Christi #74B416
Tints of Christi #74B416
RGB
CMYK
RGB Variations
Color information
#74B416 (or 0x74B416) is known color: Christi. HEX triplet: 74, B4 and 16. RGB value is (116,180,22). Sum of RGB (Red+Green+Blue) = 116+180+22=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #74B416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B416 is #8B4BE9. Grayscale: #8F8F8F. Windows color (decimal): -9128938 or 1487988. OLE color: 1487988.
HSL color Cylindrical-coordinate representation of color #74B416: hue angle of 84.3º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74B416 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 180 | 22 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.29 |
| HSL | 84.3º | 0.78% | 0.4% | - |
| HSV(B) | 84.3º | 0.88% | 0.71% | - |
| XYZ | 23.67 | 36.41 | 6.54 | - |
| YUV | 142.85 | 59.8 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 22 | 0.36 | 0 | 0.88 | 0.29 | 84.3 | 0.78 | 0.4 |
| Hex | 74 | B4 | 16 | 24 | 0 | 58 | 1D | 54 | 4E | 28 |
| Octal | 164 | 264 | 26 | 44 | 0 | 130 | 35 | 124 | 116 | 50 |
| Binary | 1110100 | 10110100 | 10110 | 100100 | 0 | 1011000 | 11101 | 1010100 | 1001110 | 101000 |
Color Harmonies of #74B416
Complementary color
Monochromatic Colors of #74B416
Black with #74B416
Text Example
Text Example
White with #74B416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B416; }
p { color: rgb(116,180,22); }
H1.HeaderClassName
{
color: #74B416;
}
.AnyTagClassName
{
color: #74B416;
}
</style>
background-color css
<style>
a { background-color: #74B416; }
a { background-color: rgb(116,180,22); }
div.DivClassName
{
background-color: #74B416;
}
.BgClassName
{
background-color: #74B416;
}
</style>
border-color css
<style>
span { border-color: #74B416; }
span { border-color: rgb(116,180,22); }
td.TdClassName
{
border-color: #74B416;
}
.TagClassName
{
border-color: #74B416;
}
</style>