Shades of Christi #74B513
Tints of Christi #74B513
RGB
CMYK
RGB Variations
Color information
#74B513 (or 0x74B513) is known color: Christi. HEX triplet: 74, B5 and 13. RGB value is (116,181,19). Sum of RGB (Red+Green+Blue) = 116+181+19=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #74B513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B513 is #8B4AEC. Grayscale: #8F8F8F. Windows color (decimal): -9128685 or 1291636. OLE color: 1291636.
HSL color Cylindrical-coordinate representation of color #74B513: hue angle of 84.07º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74B513 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 19 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.29 |
| HSL | 84.07º | 0.81% | 0.39% | - |
| HSV(B) | 84.07º | 0.9% | 0.71% | - |
| XYZ | 23.84 | 36.81 | 6.46 | - |
| YUV | 143.1 | 57.97 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 19 | 0.36 | 0 | 0.90 | 0.29 | 84.07 | 0.81 | 0.39 |
| Hex | 74 | B5 | 13 | 24 | 0 | 5A | 1D | 54 | 51 | 27 |
| Octal | 164 | 265 | 23 | 44 | 0 | 132 | 35 | 124 | 121 | 47 |
| Binary | 1110100 | 10110101 | 10011 | 100100 | 0 | 1011010 | 11101 | 1010100 | 1010001 | 100111 |
Color Harmonies of #74B513
Complementary color
Monochromatic Colors of #74B513
Black with #74B513
Text Example
Text Example
White with #74B513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B513; }
p { color: rgb(116,181,19); }
H1.HeaderClassName
{
color: #74B513;
}
.AnyTagClassName
{
color: #74B513;
}
</style>
background-color css
<style>
a { background-color: #74B513; }
a { background-color: rgb(116,181,19); }
div.DivClassName
{
background-color: #74B513;
}
.BgClassName
{
background-color: #74B513;
}
</style>
border-color css
<style>
span { border-color: #74B513; }
span { border-color: rgb(116,181,19); }
td.TdClassName
{
border-color: #74B513;
}
.TagClassName
{
border-color: #74B513;
}
</style>