Shades of Christi #74BA0F
Tints of Christi #74BA0F
RGB
CMYK
RGB Variations
Color information
#74BA0F (or 0x74BA0F) is known color: Christi. HEX triplet: 74, BA and 0F. RGB value is (116,186,15). Sum of RGB (Red+Green+Blue) = 116+186+15=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BA0F is #8B45F0. Grayscale: #929292. Windows color (decimal): -9127409 or 1030772. OLE color: 1030772.
HSL color Cylindrical-coordinate representation of color #74BA0F: hue angle of 84.56º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74BA0F is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 15 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.27 |
| HSL | 84.56º | 0.85% | 0.39% | - |
| HSV(B) | 84.56º | 0.92% | 0.73% | - |
| XYZ | 24.85 | 38.87 | 6.64 | - |
| YUV | 145.58 | 54.31 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 15 | 0.38 | 0 | 0.92 | 0.27 | 84.56 | 0.85 | 0.39 |
| Hex | 74 | BA | F | 26 | 0 | 5C | 1B | 55 | 55 | 27 |
| Octal | 164 | 272 | 17 | 46 | 0 | 134 | 33 | 125 | 125 | 47 |
| Binary | 1110100 | 10111010 | 1111 | 100110 | 0 | 1011100 | 11011 | 1010101 | 1010101 | 100111 |
Color Harmonies of #74BA0F
Complementary color
Monochromatic Colors of #74BA0F
Black with #74BA0F
Text Example
Text Example
White with #74BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA0F; }
p { color: rgb(116,186,15); }
H1.HeaderClassName
{
color: #74BA0F;
}
.AnyTagClassName
{
color: #74BA0F;
}
</style>
background-color css
<style>
a { background-color: #74BA0F; }
a { background-color: rgb(116,186,15); }
div.DivClassName
{
background-color: #74BA0F;
}
.BgClassName
{
background-color: #74BA0F;
}
</style>
border-color css
<style>
span { border-color: #74BA0F; }
span { border-color: rgb(116,186,15); }
td.TdClassName
{
border-color: #74BA0F;
}
.TagClassName
{
border-color: #74BA0F;
}
</style>