Shades of Christi #74A910
Tints of Christi #74A910
RGB
CMYK
RGB Variations
Color information
#74A910 (or 0x74A910) is known color: Christi. HEX triplet: 74, A9 and 10. RGB value is (116,169,16). Sum of RGB (Red+Green+Blue) = 116+169+16=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #74A910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A910 is #8B56EF. Grayscale: #888888. Windows color (decimal): -9131760 or 1091956. OLE color: 1091956.
HSL color Cylindrical-coordinate representation of color #74A910: hue angle of 80.78º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74A910 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 169 | 16 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.34 |
| HSL | 80.78º | 0.83% | 0.36% | - |
| HSV(B) | 80.78º | 0.91% | 0.66% | - |
| XYZ | 21.48 | 32.13 | 5.56 | - |
| YUV | 135.71 | 60.44 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 169 | 16 | 0.31 | 0 | 0.91 | 0.34 | 80.78 | 0.83 | 0.36 |
| Hex | 74 | A9 | 10 | 1F | 0 | 5B | 22 | 51 | 53 | 24 |
| Octal | 164 | 251 | 20 | 37 | 0 | 133 | 42 | 121 | 123 | 44 |
| Binary | 1110100 | 10101001 | 10000 | 11111 | 0 | 1011011 | 100010 | 1010001 | 1010011 | 100100 |
Color Harmonies of #74A910
Complementary color
Monochromatic Colors of #74A910
Black with #74A910
Text Example
Text Example
White with #74A910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A910; }
p { color: rgb(116,169,16); }
H1.HeaderClassName
{
color: #74A910;
}
.AnyTagClassName
{
color: #74A910;
}
</style>
background-color css
<style>
a { background-color: #74A910; }
a { background-color: rgb(116,169,16); }
div.DivClassName
{
background-color: #74A910;
}
.BgClassName
{
background-color: #74A910;
}
</style>
border-color css
<style>
span { border-color: #74A910; }
span { border-color: rgb(116,169,16); }
td.TdClassName
{
border-color: #74A910;
}
.TagClassName
{
border-color: #74A910;
}
</style>