Shades of Christi #74B11F
Tints of Christi #74B11F
RGB
CMYK
RGB Variations
Color information
#74B11F (or 0x74B11F) is known color: Christi. HEX triplet: 74, B1 and 1F. RGB value is (116,177,31). Sum of RGB (Red+Green+Blue) = 116+177+31=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 177 (69.53% from 255 or 54.63% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 177 - color contains mainly: green. Hex color #74B11F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B11F is #8B4EE0. Grayscale: #8E8E8E. Windows color (decimal): -9129697 or 2077044. OLE color: 2077044.
HSL color Cylindrical-coordinate representation of color #74B11F: hue angle of 85.07º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74B11F is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 177 | 31 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.31 |
| HSL | 85.07º | 0.7% | 0.41% | - |
| HSV(B) | 85.07º | 0.82% | 0.69% | - |
| XYZ | 23.17 | 35.26 | 6.88 | - |
| YUV | 142.12 | 65.29 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 31 | 0.34 | 0 | 0.82 | 0.31 | 85.07 | 0.7 | 0.41 |
| Hex | 74 | B1 | 1F | 22 | 0 | 52 | 1F | 55 | 46 | 29 |
| Octal | 164 | 261 | 37 | 42 | 0 | 122 | 37 | 125 | 106 | 51 |
| Binary | 1110100 | 10110001 | 11111 | 100010 | 0 | 1010010 | 11111 | 1010101 | 1000110 | 101001 |
Color Harmonies of #74B11F
Complementary color
Monochromatic Colors of #74B11F
Black with #74B11F
Text Example
Text Example
White with #74B11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B11F; }
p { color: rgb(116,177,31); }
H1.HeaderClassName
{
color: #74B11F;
}
.AnyTagClassName
{
color: #74B11F;
}
</style>
background-color css
<style>
a { background-color: #74B11F; }
a { background-color: rgb(116,177,31); }
div.DivClassName
{
background-color: #74B11F;
}
.BgClassName
{
background-color: #74B11F;
}
</style>
border-color css
<style>
span { border-color: #74B11F; }
span { border-color: rgb(116,177,31); }
td.TdClassName
{
border-color: #74B11F;
}
.TagClassName
{
border-color: #74B11F;
}
</style>