Shades of Christi #74A600
Tints of Christi #74A600
RGB
CMYK
RGB Variations
Color information
#74A600 (or 0x74A600) is known color: Christi. HEX triplet: 74, A6 and 00. RGB value is (116,166,0). Sum of RGB (Red+Green+Blue) = 116+166+0=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #74A600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A600 is #8B59FF. Grayscale: #848484. Windows color (decimal): -9132544 or 42612. OLE color: 42612.
HSL color Cylindrical-coordinate representation of color #74A600: hue angle of 78.07º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74A600 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 166 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.35 |
| HSL | 78.07º | 1% | 0.33% | - |
| HSV(B) | 78.07º | 1% | 0.65% | - |
| XYZ | 20.84 | 30.99 | 4.88 | - |
| YUV | 132.13 | 53.44 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 0 | 0.30 | 0 | 1 | 0.35 | 78.07 | 1 | 0.33 |
| Hex | 74 | A6 | 0 | 1E | 0 | 64 | 23 | 4E | 64 | 21 |
| Octal | 164 | 246 | 0 | 36 | 0 | 144 | 43 | 116 | 144 | 41 |
| Binary | 1110100 | 10100110 | 0 | 11110 | 0 | 1100100 | 100011 | 1001110 | 1100100 | 100001 |
Color Harmonies of #74A600
Complementary color
Monochromatic Colors of #74A600
Black with #74A600
Text Example
Text Example
White with #74A600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A600; }
p { color: rgb(116,166,0); }
H1.HeaderClassName
{
color: #74A600;
}
.AnyTagClassName
{
color: #74A600;
}
</style>
background-color css
<style>
a { background-color: #74A600; }
a { background-color: rgb(116,166,0); }
div.DivClassName
{
background-color: #74A600;
}
.BgClassName
{
background-color: #74A600;
}
</style>
border-color css
<style>
span { border-color: #74A600; }
span { border-color: rgb(116,166,0); }
td.TdClassName
{
border-color: #74A600;
}
.TagClassName
{
border-color: #74A600;
}
</style>