Shades of Christi #74A00B
Tints of Christi #74A00B
RGB
CMYK
RGB Variations
Color information
#74A00B (or 0x74A00B) is known color: Christi. HEX triplet: 74, A0 and 0B. RGB value is (116,160,11). Sum of RGB (Red+Green+Blue) = 116+160+11=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #74A00B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A00B is #8B5FF4. Grayscale: #828282. Windows color (decimal): -9134069 or 761972. OLE color: 761972.
HSL color Cylindrical-coordinate representation of color #74A00B: hue angle of 77.72º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74A00B is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 160 | 11 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.37 |
| HSL | 77.72º | 0.87% | 0.34% | - |
| HSV(B) | 77.72º | 0.93% | 0.63% | - |
| XYZ | 19.83 | 28.88 | 4.85 | - |
| YUV | 129.86 | 60.92 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 160 | 11 | 0.28 | 0 | 0.93 | 0.37 | 77.72 | 0.87 | 0.34 |
| Hex | 74 | A0 | B | 1C | 0 | 5D | 25 | 4E | 57 | 22 |
| Octal | 164 | 240 | 13 | 34 | 0 | 135 | 45 | 116 | 127 | 42 |
| Binary | 1110100 | 10100000 | 1011 | 11100 | 0 | 1011101 | 100101 | 1001110 | 1010111 | 100010 |
Color Harmonies of #74A00B
Complementary color
Monochromatic Colors of #74A00B
Black with #74A00B
Text Example
Text Example
White with #74A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A00B; }
p { color: rgb(116,160,11); }
H1.HeaderClassName
{
color: #74A00B;
}
.AnyTagClassName
{
color: #74A00B;
}
</style>
background-color css
<style>
a { background-color: #74A00B; }
a { background-color: rgb(116,160,11); }
div.DivClassName
{
background-color: #74A00B;
}
.BgClassName
{
background-color: #74A00B;
}
</style>
border-color css
<style>
span { border-color: #74A00B; }
span { border-color: rgb(116,160,11); }
td.TdClassName
{
border-color: #74A00B;
}
.TagClassName
{
border-color: #74A00B;
}
</style>