Shades of Christi #74A717
Tints of Christi #74A717
RGB
CMYK
RGB Variations
Color information
#74A717 (or 0x74A717) is known color: Christi. HEX triplet: 74, A7 and 17. RGB value is (116,167,23). Sum of RGB (Red+Green+Blue) = 116+167+23=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 167 (65.62% from 255 or 54.58% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 167 - color contains mainly: green. Hex color #74A717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A717 is #8B58E8. Grayscale: #878787. Windows color (decimal): -9132265 or 1550196. OLE color: 1550196.
HSL color Cylindrical-coordinate representation of color #74A717: hue angle of 81.25º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74A717 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 167 | 23 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.35 |
| HSL | 81.25º | 0.76% | 0.37% | - |
| HSV(B) | 81.25º | 0.86% | 0.65% | - |
| XYZ | 21.18 | 31.41 | 5.76 | - |
| YUV | 135.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 23 | 0.31 | 0 | 0.86 | 0.35 | 81.25 | 0.76 | 0.37 |
| Hex | 74 | A7 | 17 | 1F | 0 | 56 | 23 | 51 | 4C | 25 |
| Octal | 164 | 247 | 27 | 37 | 0 | 126 | 43 | 121 | 114 | 45 |
| Binary | 1110100 | 10100111 | 10111 | 11111 | 0 | 1010110 | 100011 | 1010001 | 1001100 | 100101 |
Color Harmonies of #74A717
Complementary color
Monochromatic Colors of #74A717
Black with #74A717
Text Example
Text Example
White with #74A717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A717; }
p { color: rgb(116,167,23); }
H1.HeaderClassName
{
color: #74A717;
}
.AnyTagClassName
{
color: #74A717;
}
</style>
background-color css
<style>
a { background-color: #74A717; }
a { background-color: rgb(116,167,23); }
div.DivClassName
{
background-color: #74A717;
}
.BgClassName
{
background-color: #74A717;
}
</style>
border-color css
<style>
span { border-color: #74A717; }
span { border-color: rgb(116,167,23); }
td.TdClassName
{
border-color: #74A717;
}
.TagClassName
{
border-color: #74A717;
}
</style>