Shades of Christi #74B610
Tints of Christi #74B610
RGB
CMYK
RGB Variations
Color information
#74B610 (or 0x74B610) is known color: Christi. HEX triplet: 74, B6 and 10. RGB value is (116,182,16). Sum of RGB (Red+Green+Blue) = 116+182+16=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #74B610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B610 is #8B49EF. Grayscale: #8F8F8F. Windows color (decimal): -9128432 or 1095284. OLE color: 1095284.
HSL color Cylindrical-coordinate representation of color #74B610: hue angle of 83.86º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74B610 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 16 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.29 |
| HSL | 83.86º | 0.84% | 0.39% | - |
| HSV(B) | 83.86º | 0.91% | 0.71% | - |
| XYZ | 24.02 | 37.21 | 6.41 | - |
| YUV | 143.34 | 56.13 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 16 | 0.36 | 0 | 0.91 | 0.29 | 83.86 | 0.84 | 0.39 |
| Hex | 74 | B6 | 10 | 24 | 0 | 5B | 1D | 54 | 54 | 27 |
| Octal | 164 | 266 | 20 | 44 | 0 | 133 | 35 | 124 | 124 | 47 |
| Binary | 1110100 | 10110110 | 10000 | 100100 | 0 | 1011011 | 11101 | 1010100 | 1010100 | 100111 |
Color Harmonies of #74B610
Complementary color
Monochromatic Colors of #74B610
Black with #74B610
Text Example
Text Example
White with #74B610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B610; }
p { color: rgb(116,182,16); }
H1.HeaderClassName
{
color: #74B610;
}
.AnyTagClassName
{
color: #74B610;
}
</style>
background-color css
<style>
a { background-color: #74B610; }
a { background-color: rgb(116,182,16); }
div.DivClassName
{
background-color: #74B610;
}
.BgClassName
{
background-color: #74B610;
}
</style>
border-color css
<style>
span { border-color: #74B610; }
span { border-color: rgb(116,182,16); }
td.TdClassName
{
border-color: #74B610;
}
.TagClassName
{
border-color: #74B610;
}
</style>