Shades of Christi #74B407
Tints of Christi #74B407
RGB
CMYK
RGB Variations
Color information
#74B407 (or 0x74B407) is known color: Christi. HEX triplet: 74, B4 and 07. RGB value is (116,180,7). Sum of RGB (Red+Green+Blue) = 116+180+7=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #74B407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B407 is #8B4BF8. Grayscale: #8D8D8D. Windows color (decimal): -9128953 or 504948. OLE color: 504948.
HSL color Cylindrical-coordinate representation of color #74B407: hue angle of 82.2º 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 #74B407 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 180 | 7 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.29 |
| HSL | 82.2º | 0.93% | 0.37% | - |
| HSV(B) | 82.2º | 0.96% | 0.71% | - |
| XYZ | 23.56 | 36.37 | 5.98 | - |
| YUV | 141.14 | 52.3 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 7 | 0.36 | 0 | 0.96 | 0.29 | 82.2 | 0.93 | 0.37 |
| Hex | 74 | B4 | 7 | 24 | 0 | 60 | 1D | 52 | 5D | 25 |
| Octal | 164 | 264 | 7 | 44 | 0 | 140 | 35 | 122 | 135 | 45 |
| Binary | 1110100 | 10110100 | 111 | 100100 | 0 | 1100000 | 11101 | 1010010 | 1011101 | 100101 |
Color Harmonies of #74B407
Complementary color
Monochromatic Colors of #74B407
Black with #74B407
Text Example
Text Example
White with #74B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B407; }
p { color: rgb(116,180,7); }
H1.HeaderClassName
{
color: #74B407;
}
.AnyTagClassName
{
color: #74B407;
}
</style>
background-color css
<style>
a { background-color: #74B407; }
a { background-color: rgb(116,180,7); }
div.DivClassName
{
background-color: #74B407;
}
.BgClassName
{
background-color: #74B407;
}
</style>
border-color css
<style>
span { border-color: #74B407; }
span { border-color: rgb(116,180,7); }
td.TdClassName
{
border-color: #74B407;
}
.TagClassName
{
border-color: #74B407;
}
</style>