Shades of Christi #74B60E
Tints of Christi #74B60E
RGB
CMYK
RGB Variations
Color information
#74B60E (or 0x74B60E) is known color: Christi. HEX triplet: 74, B6 and 0E. RGB value is (116,182,14). Sum of RGB (Red+Green+Blue) = 116+182+14=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 182 (71.48% from 255 or 58.33% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 182 - color contains mainly: green. Hex color #74B60E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B60E is #8B49F1. Grayscale: #8F8F8F. Windows color (decimal): -9128434 or 964212. OLE color: 964212.
HSL color Cylindrical-coordinate representation of color #74B60E: hue angle of 83.57º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74B60E is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 14 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.29 |
| HSL | 83.57º | 0.86% | 0.38% | - |
| HSV(B) | 83.57º | 0.92% | 0.71% | - |
| XYZ | 24.01 | 37.2 | 6.33 | - |
| YUV | 143.11 | 55.13 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 14 | 0.36 | 0 | 0.92 | 0.29 | 83.57 | 0.86 | 0.38 |
| Hex | 74 | B6 | E | 24 | 0 | 5C | 1D | 54 | 56 | 26 |
| Octal | 164 | 266 | 16 | 44 | 0 | 134 | 35 | 124 | 126 | 46 |
| Binary | 1110100 | 10110110 | 1110 | 100100 | 0 | 1011100 | 11101 | 1010100 | 1010110 | 100110 |
Color Harmonies of #74B60E
Complementary color
Monochromatic Colors of #74B60E
Black with #74B60E
Text Example
Text Example
White with #74B60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B60E; }
p { color: rgb(116,182,14); }
H1.HeaderClassName
{
color: #74B60E;
}
.AnyTagClassName
{
color: #74B60E;
}
</style>
background-color css
<style>
a { background-color: #74B60E; }
a { background-color: rgb(116,182,14); }
div.DivClassName
{
background-color: #74B60E;
}
.BgClassName
{
background-color: #74B60E;
}
</style>
border-color css
<style>
span { border-color: #74B60E; }
span { border-color: rgb(116,182,14); }
td.TdClassName
{
border-color: #74B60E;
}
.TagClassName
{
border-color: #74B60E;
}
</style>