Shades of Christi #74B40D
Tints of Christi #74B40D
RGB
CMYK
RGB Variations
Color information
#74B40D (or 0x74B40D) is known color: Christi. HEX triplet: 74, B4 and 0D. RGB value is (116,180,13). Sum of RGB (Red+Green+Blue) = 116+180+13=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #74B40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B40D is #8B4BF2. Grayscale: #8E8E8E. Windows color (decimal): -9128947 or 898164. OLE color: 898164.
HSL color Cylindrical-coordinate representation of color #74B40D: hue angle of 82.99º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74B40D is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 180 | 13 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.29 |
| HSL | 82.99º | 0.87% | 0.38% | - |
| HSV(B) | 82.99º | 0.93% | 0.71% | - |
| XYZ | 23.6 | 36.38 | 6.16 | - |
| YUV | 141.83 | 55.3 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 13 | 0.36 | 0 | 0.93 | 0.29 | 82.99 | 0.87 | 0.38 |
| Hex | 74 | B4 | D | 24 | 0 | 5D | 1D | 53 | 57 | 26 |
| Octal | 164 | 264 | 15 | 44 | 0 | 135 | 35 | 123 | 127 | 46 |
| Binary | 1110100 | 10110100 | 1101 | 100100 | 0 | 1011101 | 11101 | 1010011 | 1010111 | 100110 |
Color Harmonies of #74B40D
Complementary color
Monochromatic Colors of #74B40D
Black with #74B40D
Text Example
Text Example
White with #74B40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B40D; }
p { color: rgb(116,180,13); }
H1.HeaderClassName
{
color: #74B40D;
}
.AnyTagClassName
{
color: #74B40D;
}
</style>
background-color css
<style>
a { background-color: #74B40D; }
a { background-color: rgb(116,180,13); }
div.DivClassName
{
background-color: #74B40D;
}
.BgClassName
{
background-color: #74B40D;
}
</style>
border-color css
<style>
span { border-color: #74B40D; }
span { border-color: rgb(116,180,13); }
td.TdClassName
{
border-color: #74B40D;
}
.TagClassName
{
border-color: #74B40D;
}
</style>