Shades of Christi #74A400
Tints of Christi #74A400
RGB
CMYK
RGB Variations
Color information
#74A400 (or 0x74A400) is known color: Christi. HEX triplet: 74, A4 and 00. RGB value is (116,164,0). Sum of RGB (Red+Green+Blue) = 116+164+0=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 164 (64.45% from 255 or 58.57% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 164 - color contains mainly: green. Hex color #74A400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A400 is #8B5BFF. Grayscale: #838383. Windows color (decimal): -9133056 or 42100. OLE color: 42100.
HSL color Cylindrical-coordinate representation of color #74A400: hue angle of 77.56º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74A400 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 164 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.36 |
| HSL | 77.56º | 1% | 0.32% | - |
| HSV(B) | 77.56º | 1% | 0.64% | - |
| XYZ | 20.48 | 30.26 | 4.76 | - |
| YUV | 130.95 | 54.1 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 164 | 0 | 0.29 | 0 | 1 | 0.36 | 77.56 | 1 | 0.32 |
| Hex | 74 | A4 | 0 | 1D | 0 | 64 | 24 | 4E | 64 | 20 |
| Octal | 164 | 244 | 0 | 35 | 0 | 144 | 44 | 116 | 144 | 40 |
| Binary | 1110100 | 10100100 | 0 | 11101 | 0 | 1100100 | 100100 | 1001110 | 1100100 | 100000 |
Color Harmonies of #74A400
Complementary color
Monochromatic Colors of #74A400
Black with #74A400
Text Example
Text Example
White with #74A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A400; }
p { color: rgb(116,164,0); }
H1.HeaderClassName
{
color: #74A400;
}
.AnyTagClassName
{
color: #74A400;
}
</style>
background-color css
<style>
a { background-color: #74A400; }
a { background-color: rgb(116,164,0); }
div.DivClassName
{
background-color: #74A400;
}
.BgClassName
{
background-color: #74A400;
}
</style>
border-color css
<style>
span { border-color: #74A400; }
span { border-color: rgb(116,164,0); }
td.TdClassName
{
border-color: #74A400;
}
.TagClassName
{
border-color: #74A400;
}
</style>