Shades of Christi #74B712
Tints of Christi #74B712
RGB
CMYK
RGB Variations
Color information
#74B712 (or 0x74B712) is known color: Christi. HEX triplet: 74, B7 and 12. RGB value is (116,183,18). Sum of RGB (Red+Green+Blue) = 116+183+18=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 183 (71.88% from 255 or 57.73% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 183 - color contains mainly: green. Hex color #74B712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B712 is #8B48ED. Grayscale: #909090. Windows color (decimal): -9128174 or 1226612. OLE color: 1226612.
HSL color Cylindrical-coordinate representation of color #74B712: hue angle of 84.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74B712 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 18 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.28 |
| HSL | 84.36º | 0.82% | 0.39% | - |
| HSV(B) | 84.36º | 0.9% | 0.72% | - |
| XYZ | 24.25 | 37.62 | 6.56 | - |
| YUV | 144.16 | 56.8 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 18 | 0.37 | 0 | 0.90 | 0.28 | 84.36 | 0.82 | 0.39 |
| Hex | 74 | B7 | 12 | 25 | 0 | 5A | 1C | 54 | 52 | 27 |
| Octal | 164 | 267 | 22 | 45 | 0 | 132 | 34 | 124 | 122 | 47 |
| Binary | 1110100 | 10110111 | 10010 | 100101 | 0 | 1011010 | 11100 | 1010100 | 1010010 | 100111 |
Color Harmonies of #74B712
Complementary color
Monochromatic Colors of #74B712
Black with #74B712
Text Example
Text Example
White with #74B712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B712; }
p { color: rgb(116,183,18); }
H1.HeaderClassName
{
color: #74B712;
}
.AnyTagClassName
{
color: #74B712;
}
</style>
background-color css
<style>
a { background-color: #74B712; }
a { background-color: rgb(116,183,18); }
div.DivClassName
{
background-color: #74B712;
}
.BgClassName
{
background-color: #74B712;
}
</style>
border-color css
<style>
span { border-color: #74B712; }
span { border-color: rgb(116,183,18); }
td.TdClassName
{
border-color: #74B712;
}
.TagClassName
{
border-color: #74B712;
}
</style>