Shades of Christi #74B10C
Tints of Christi #74B10C
RGB
CMYK
RGB Variations
Color information
#74B10C (or 0x74B10C) is known color: Christi. HEX triplet: 74, B1 and 0C. RGB value is (116,177,12). Sum of RGB (Red+Green+Blue) = 116+177+12=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 177 (69.53% from 255 or 58.03% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 177 - color contains mainly: green. Hex color #74B10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74B10C is #8B4EF3. Grayscale: #8C8C8C. Windows color (decimal): -9129716 or 831860. OLE color: 831860.
HSL color Cylindrical-coordinate representation of color #74B10C: hue angle of 82.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74B10C is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 177 | 12 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.31 |
| HSL | 82.18º | 0.87% | 0.37% | - |
| HSV(B) | 82.18º | 0.93% | 0.69% | - |
| XYZ | 22.99 | 35.18 | 5.93 | - |
| YUV | 139.95 | 55.79 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 12 | 0.34 | 0 | 0.93 | 0.31 | 82.18 | 0.87 | 0.37 |
| Hex | 74 | B1 | C | 22 | 0 | 5D | 1F | 52 | 57 | 25 |
| Octal | 164 | 261 | 14 | 42 | 0 | 135 | 37 | 122 | 127 | 45 |
| Binary | 1110100 | 10110001 | 1100 | 100010 | 0 | 1011101 | 11111 | 1010010 | 1010111 | 100101 |
Color Harmonies of #74B10C
Complementary color
Monochromatic Colors of #74B10C
Black with #74B10C
Text Example
Text Example
White with #74B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B10C; }
p { color: rgb(116,177,12); }
H1.HeaderClassName
{
color: #74B10C;
}
.AnyTagClassName
{
color: #74B10C;
}
</style>
background-color css
<style>
a { background-color: #74B10C; }
a { background-color: rgb(116,177,12); }
div.DivClassName
{
background-color: #74B10C;
}
.BgClassName
{
background-color: #74B10C;
}
</style>
border-color css
<style>
span { border-color: #74B10C; }
span { border-color: rgb(116,177,12); }
td.TdClassName
{
border-color: #74B10C;
}
.TagClassName
{
border-color: #74B10C;
}
</style>