Shades of Christi #74A726
Tints of Christi #74A726
RGB
CMYK
RGB Variations
Color information
#74A726 (or 0x74A726) is known color: Christi. HEX triplet: 74, A7 and 26. RGB value is (116,167,38). Sum of RGB (Red+Green+Blue) = 116+167+38=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 167 (65.62% from 255 or 52.02% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 167 - color contains mainly: green. Hex color #74A726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A726 is #8B58D9. Grayscale: #898989. Windows color (decimal): -9132250 or 2533236. OLE color: 2533236.
HSL color Cylindrical-coordinate representation of color #74A726: hue angle of 83.72º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74A726 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 167 | 38 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.35 |
| HSL | 83.72º | 0.63% | 0.4% | - |
| HSV(B) | 83.72º | 0.77% | 0.65% | - |
| XYZ | 21.37 | 31.49 | 6.79 | - |
| YUV | 137.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 38 | 0.31 | 0 | 0.77 | 0.35 | 83.72 | 0.63 | 0.4 |
| Hex | 74 | A7 | 26 | 1F | 0 | 4D | 23 | 54 | 3F | 28 |
| Octal | 164 | 247 | 46 | 37 | 0 | 115 | 43 | 124 | 77 | 50 |
| Binary | 1110100 | 10100111 | 100110 | 11111 | 0 | 1001101 | 100011 | 1010100 | 111111 | 101000 |
Color Harmonies of #74A726
Complementary color
Monochromatic Colors of #74A726
Black with #74A726
Text Example
Text Example
White with #74A726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A726; }
p { color: rgb(116,167,38); }
H1.HeaderClassName
{
color: #74A726;
}
.AnyTagClassName
{
color: #74A726;
}
</style>
background-color css
<style>
a { background-color: #74A726; }
a { background-color: rgb(116,167,38); }
div.DivClassName
{
background-color: #74A726;
}
.BgClassName
{
background-color: #74A726;
}
</style>
border-color css
<style>
span { border-color: #74A726; }
span { border-color: rgb(116,167,38); }
td.TdClassName
{
border-color: #74A726;
}
.TagClassName
{
border-color: #74A726;
}
</style>