Shades of Christi #74A201
Tints of Christi #74A201
RGB
CMYK
RGB Variations
Color information
#74A201 (or 0x74A201) is known color: Christi. HEX triplet: 74, A2 and 01. RGB value is (116,162,1). Sum of RGB (Red+Green+Blue) = 116+162+1=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 162 (63.67% from 255 or 58.06% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 162 - color contains mainly: green. Hex color #74A201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A201 is #8B5DFE. Grayscale: #828282. Windows color (decimal): -9133567 or 107124. OLE color: 107124.
HSL color Cylindrical-coordinate representation of color #74A201: hue angle of 77.14º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74A201 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.36 |
| HSL | 77.14º | 0.99% | 0.32% | - |
| HSV(B) | 77.14º | 0.99% | 0.64% | - |
| XYZ | 20.13 | 29.56 | 4.67 | - |
| YUV | 129.89 | 55.26 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 1 | 0.28 | 0 | 0.99 | 0.36 | 77.14 | 0.99 | 0.32 |
| Hex | 74 | A2 | 1 | 1C | 0 | 63 | 24 | 4D | 63 | 20 |
| Octal | 164 | 242 | 1 | 34 | 0 | 143 | 44 | 115 | 143 | 40 |
| Binary | 1110100 | 10100010 | 1 | 11100 | 0 | 1100011 | 100100 | 1001101 | 1100011 | 100000 |
Color Harmonies of #74A201
Complementary color
Monochromatic Colors of #74A201
Black with #74A201
Text Example
Text Example
White with #74A201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A201; }
p { color: rgb(116,162,1); }
H1.HeaderClassName
{
color: #74A201;
}
.AnyTagClassName
{
color: #74A201;
}
</style>
background-color css
<style>
a { background-color: #74A201; }
a { background-color: rgb(116,162,1); }
div.DivClassName
{
background-color: #74A201;
}
.BgClassName
{
background-color: #74A201;
}
</style>
border-color css
<style>
span { border-color: #74A201; }
span { border-color: rgb(116,162,1); }
td.TdClassName
{
border-color: #74A201;
}
.TagClassName
{
border-color: #74A201;
}
</style>