Shades of Christi #74A407
Tints of Christi #74A407
RGB
CMYK
RGB Variations
Color information
#74A407 (or 0x74A407) is known color: Christi. HEX triplet: 74, A4 and 07. RGB value is (116,164,7). Sum of RGB (Red+Green+Blue) = 116+164+7=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 164 (64.45% from 255 or 57.14% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 164 - color contains mainly: green. Hex color #74A407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A407 is #8B5BF8. Grayscale: #848484. Windows color (decimal): -9133049 or 500852. OLE color: 500852.
HSL color Cylindrical-coordinate representation of color #74A407: hue angle of 78.34º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74A407 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 164 | 7 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.36 |
| HSL | 78.34º | 0.92% | 0.34% | - |
| HSV(B) | 78.34º | 0.96% | 0.64% | - |
| XYZ | 20.52 | 30.28 | 4.96 | - |
| YUV | 131.75 | 57.6 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 164 | 7 | 0.29 | 0 | 0.96 | 0.36 | 78.34 | 0.92 | 0.34 |
| Hex | 74 | A4 | 7 | 1D | 0 | 60 | 24 | 4E | 5C | 22 |
| Octal | 164 | 244 | 7 | 35 | 0 | 140 | 44 | 116 | 134 | 42 |
| Binary | 1110100 | 10100100 | 111 | 11101 | 0 | 1100000 | 100100 | 1001110 | 1011100 | 100010 |
Color Harmonies of #74A407
Complementary color
Monochromatic Colors of #74A407
Black with #74A407
Text Example
Text Example
White with #74A407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A407; }
p { color: rgb(116,164,7); }
H1.HeaderClassName
{
color: #74A407;
}
.AnyTagClassName
{
color: #74A407;
}
</style>
background-color css
<style>
a { background-color: #74A407; }
a { background-color: rgb(116,164,7); }
div.DivClassName
{
background-color: #74A407;
}
.BgClassName
{
background-color: #74A407;
}
</style>
border-color css
<style>
span { border-color: #74A407; }
span { border-color: rgb(116,164,7); }
td.TdClassName
{
border-color: #74A407;
}
.TagClassName
{
border-color: #74A407;
}
</style>