Shades of Christi #74A625
Tints of Christi #74A625
RGB
CMYK
RGB Variations
Color information
#74A625 (or 0x74A625) is known color: Christi. HEX triplet: 74, A6 and 25. RGB value is (116,166,37). Sum of RGB (Red+Green+Blue) = 116+166+37=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #74A625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A625 is #8B59DA. Grayscale: #888888. Windows color (decimal): -9132507 or 2467444. OLE color: 2467444.
HSL color Cylindrical-coordinate representation of color #74A625: hue angle of 83.26º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74A625 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 166 | 37 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.35 |
| HSL | 83.26º | 0.64% | 0.4% | - |
| HSV(B) | 83.26º | 0.78% | 0.65% | - |
| XYZ | 21.17 | 31.12 | 6.64 | - |
| YUV | 136.34 | 71.94 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 37 | 0.30 | 0 | 0.78 | 0.35 | 83.26 | 0.64 | 0.4 |
| Hex | 74 | A6 | 25 | 1E | 0 | 4E | 23 | 53 | 40 | 28 |
| Octal | 164 | 246 | 45 | 36 | 0 | 116 | 43 | 123 | 100 | 50 |
| Binary | 1110100 | 10100110 | 100101 | 11110 | 0 | 1001110 | 100011 | 1010011 | 1000000 | 101000 |
Color Harmonies of #74A625
Complementary color
Monochromatic Colors of #74A625
Black with #74A625
Text Example
Text Example
White with #74A625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A625; }
p { color: rgb(116,166,37); }
H1.HeaderClassName
{
color: #74A625;
}
.AnyTagClassName
{
color: #74A625;
}
</style>
background-color css
<style>
a { background-color: #74A625; }
a { background-color: rgb(116,166,37); }
div.DivClassName
{
background-color: #74A625;
}
.BgClassName
{
background-color: #74A625;
}
</style>
border-color css
<style>
span { border-color: #74A625; }
span { border-color: rgb(116,166,37); }
td.TdClassName
{
border-color: #74A625;
}
.TagClassName
{
border-color: #74A625;
}
</style>