Shades of Christi #74990C
Tints of Christi #74990C
RGB
CMYK
RGB Variations
Color information
#74990C (or 0x74990C) is known color: Christi. HEX triplet: 74, 99 and 0C. RGB value is (116,153,12). Sum of RGB (Red+Green+Blue) = 116+153+12=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #74990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74990C is #8B66F3. Grayscale: #7E7E7E. Windows color (decimal): -9135860 or 825716. OLE color: 825716.
HSL color Cylindrical-coordinate representation of color #74990C: hue angle of 75.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74990C is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 12 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.4 |
| HSL | 75.74º | 0.85% | 0.32% | - |
| HSV(B) | 75.74º | 0.92% | 0.6% | - |
| XYZ | 18.66 | 26.52 | 4.48 | - |
| YUV | 125.86 | 63.74 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 12 | 0.24 | 0 | 0.92 | 0.4 | 75.74 | 0.85 | 0.32 |
| Hex | 74 | 99 | C | 18 | 0 | 5C | 28 | 4C | 55 | 20 |
| Octal | 164 | 231 | 14 | 30 | 0 | 134 | 50 | 114 | 125 | 40 |
| Binary | 1110100 | 10011001 | 1100 | 11000 | 0 | 1011100 | 101000 | 1001100 | 1010101 | 100000 |
Color Harmonies of #74990C
Complementary color
Monochromatic Colors of #74990C
Black with #74990C
Text Example
Text Example
White with #74990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74990C; }
p { color: rgb(116,153,12); }
H1.HeaderClassName
{
color: #74990C;
}
.AnyTagClassName
{
color: #74990C;
}
</style>
background-color css
<style>
a { background-color: #74990C; }
a { background-color: rgb(116,153,12); }
div.DivClassName
{
background-color: #74990C;
}
.BgClassName
{
background-color: #74990C;
}
</style>
border-color css
<style>
span { border-color: #74990C; }
span { border-color: rgb(116,153,12); }
td.TdClassName
{
border-color: #74990C;
}
.TagClassName
{
border-color: #74990C;
}
</style>