Shades of Christi #74B617
Tints of Christi #74B617
RGB
CMYK
RGB Variations
Color information
#74B617 (or 0x74B617) is known color: Christi. HEX triplet: 74, B6 and 17. RGB value is (116,182,23). Sum of RGB (Red+Green+Blue) = 116+182+23=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 182 (71.48% from 255 or 56.70% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 182 - color contains mainly: green. Hex color #74B617 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B617 is #8B49E8. Grayscale: #909090. Windows color (decimal): -9128425 or 1554036. OLE color: 1554036.
HSL color Cylindrical-coordinate representation of color #74B617: hue angle of 84.91º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74B617 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 23 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.29 |
| HSL | 84.91º | 0.78% | 0.4% | - |
| HSV(B) | 84.91º | 0.87% | 0.71% | - |
| XYZ | 24.09 | 37.23 | 6.73 | - |
| YUV | 144.14 | 59.63 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 23 | 0.36 | 0 | 0.87 | 0.29 | 84.91 | 0.78 | 0.4 |
| Hex | 74 | B6 | 17 | 24 | 0 | 57 | 1D | 55 | 4E | 28 |
| Octal | 164 | 266 | 27 | 44 | 0 | 127 | 35 | 125 | 116 | 50 |
| Binary | 1110100 | 10110110 | 10111 | 100100 | 0 | 1010111 | 11101 | 1010101 | 1001110 | 101000 |
Color Harmonies of #74B617
Complementary color
Monochromatic Colors of #74B617
Black with #74B617
Text Example
Text Example
White with #74B617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B617; }
p { color: rgb(116,182,23); }
H1.HeaderClassName
{
color: #74B617;
}
.AnyTagClassName
{
color: #74B617;
}
</style>
background-color css
<style>
a { background-color: #74B617; }
a { background-color: rgb(116,182,23); }
div.DivClassName
{
background-color: #74B617;
}
.BgClassName
{
background-color: #74B617;
}
</style>
border-color css
<style>
span { border-color: #74B617; }
span { border-color: rgb(116,182,23); }
td.TdClassName
{
border-color: #74B617;
}
.TagClassName
{
border-color: #74B617;
}
</style>