Shades of Christi #74B711
Tints of Christi #74B711
RGB
CMYK
RGB Variations
Color information
#74B711 (or 0x74B711) is known color: Christi. HEX triplet: 74, B7 and 11. RGB value is (116,183,17). Sum of RGB (Red+Green+Blue) = 116+183+17=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #74B711 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B711 is #8B48EE. Grayscale: #909090. Windows color (decimal): -9128175 or 1161076. OLE color: 1161076.
HSL color Cylindrical-coordinate representation of color #74B711: hue angle of 84.22º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74B711 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 17 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.28 |
| HSL | 84.22º | 0.83% | 0.39% | - |
| HSV(B) | 84.22º | 0.91% | 0.72% | - |
| XYZ | 24.24 | 37.62 | 6.51 | - |
| YUV | 144.04 | 56.3 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 17 | 0.37 | 0 | 0.91 | 0.28 | 84.22 | 0.83 | 0.39 |
| Hex | 74 | B7 | 11 | 25 | 0 | 5B | 1C | 54 | 53 | 27 |
| Octal | 164 | 267 | 21 | 45 | 0 | 133 | 34 | 124 | 123 | 47 |
| Binary | 1110100 | 10110111 | 10001 | 100101 | 0 | 1011011 | 11100 | 1010100 | 1010011 | 100111 |
Color Harmonies of #74B711
Complementary color
Monochromatic Colors of #74B711
Black with #74B711
Text Example
Text Example
White with #74B711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B711; }
p { color: rgb(116,183,17); }
H1.HeaderClassName
{
color: #74B711;
}
.AnyTagClassName
{
color: #74B711;
}
</style>
background-color css
<style>
a { background-color: #74B711; }
a { background-color: rgb(116,183,17); }
div.DivClassName
{
background-color: #74B711;
}
.BgClassName
{
background-color: #74B711;
}
</style>
border-color css
<style>
span { border-color: #74B711; }
span { border-color: rgb(116,183,17); }
td.TdClassName
{
border-color: #74B711;
}
.TagClassName
{
border-color: #74B711;
}
</style>