Shades of Christi #74B607
Tints of Christi #74B607
RGB
CMYK
RGB Variations
Color information
#74B607 (or 0x74B607) is known color: Christi. HEX triplet: 74, B6 and 07. RGB value is (116,182,7). Sum of RGB (Red+Green+Blue) = 116+182+7=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 182 (71.48% from 255 or 59.67% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 182 - color contains mainly: green. Hex color #74B607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B607 is #8B49F8. Grayscale: #8E8E8E. Windows color (decimal): -9128441 or 505460. OLE color: 505460.
HSL color Cylindrical-coordinate representation of color #74B607: hue angle of 82.63º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74B607 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 7 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.29 |
| HSL | 82.63º | 0.93% | 0.37% | - |
| HSV(B) | 82.63º | 0.96% | 0.71% | - |
| XYZ | 23.97 | 37.18 | 6.12 | - |
| YUV | 142.32 | 51.63 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 7 | 0.36 | 0 | 0.96 | 0.29 | 82.63 | 0.93 | 0.37 |
| Hex | 74 | B6 | 7 | 24 | 0 | 60 | 1D | 53 | 5D | 25 |
| Octal | 164 | 266 | 7 | 44 | 0 | 140 | 35 | 123 | 135 | 45 |
| Binary | 1110100 | 10110110 | 111 | 100100 | 0 | 1100000 | 11101 | 1010011 | 1011101 | 100101 |
Color Harmonies of #74B607
Complementary color
Monochromatic Colors of #74B607
Black with #74B607
Text Example
Text Example
White with #74B607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B607; }
p { color: rgb(116,182,7); }
H1.HeaderClassName
{
color: #74B607;
}
.AnyTagClassName
{
color: #74B607;
}
</style>
background-color css
<style>
a { background-color: #74B607; }
a { background-color: rgb(116,182,7); }
div.DivClassName
{
background-color: #74B607;
}
.BgClassName
{
background-color: #74B607;
}
</style>
border-color css
<style>
span { border-color: #74B607; }
span { border-color: rgb(116,182,7); }
td.TdClassName
{
border-color: #74B607;
}
.TagClassName
{
border-color: #74B607;
}
</style>