Shades of Christi #74AD13
Tints of Christi #74AD13
RGB
CMYK
RGB Variations
Color information
#74AD13 (or 0x74AD13) is known color: Christi. HEX triplet: 74, AD and 13. RGB value is (116,173,19). Sum of RGB (Red+Green+Blue) = 116+173+19=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AD13 is #8B52EC. Grayscale: #8A8A8A. Windows color (decimal): -9130733 or 1289588. OLE color: 1289588.
HSL color Cylindrical-coordinate representation of color #74AD13: hue angle of 82.21º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74AD13 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 19 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.32 |
| HSL | 82.21º | 0.8% | 0.38% | - |
| HSV(B) | 82.21º | 0.89% | 0.68% | - |
| XYZ | 22.26 | 33.65 | 5.94 | - |
| YUV | 138.4 | 60.62 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 19 | 0.33 | 0 | 0.89 | 0.32 | 82.21 | 0.8 | 0.38 |
| Hex | 74 | AD | 13 | 21 | 0 | 59 | 20 | 52 | 50 | 26 |
| Octal | 164 | 255 | 23 | 41 | 0 | 131 | 40 | 122 | 120 | 46 |
| Binary | 1110100 | 10101101 | 10011 | 100001 | 0 | 1011001 | 100000 | 1010010 | 1010000 | 100110 |
Color Harmonies of #74AD13
Complementary color
Monochromatic Colors of #74AD13
Black with #74AD13
Text Example
Text Example
White with #74AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD13; }
p { color: rgb(116,173,19); }
H1.HeaderClassName
{
color: #74AD13;
}
.AnyTagClassName
{
color: #74AD13;
}
</style>
background-color css
<style>
a { background-color: #74AD13; }
a { background-color: rgb(116,173,19); }
div.DivClassName
{
background-color: #74AD13;
}
.BgClassName
{
background-color: #74AD13;
}
</style>
border-color css
<style>
span { border-color: #74AD13; }
span { border-color: rgb(116,173,19); }
td.TdClassName
{
border-color: #74AD13;
}
.TagClassName
{
border-color: #74AD13;
}
</style>