Shades of Christi #74A90F
Tints of Christi #74A90F
RGB
CMYK
RGB Variations
Color information
#74A90F (or 0x74A90F) is known color: Christi. HEX triplet: 74, A9 and 0F. RGB value is (116,169,15). Sum of RGB (Red+Green+Blue) = 116+169+15=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #74A90F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A90F is #8B56F0. Grayscale: #888888. Windows color (decimal): -9131761 or 1026420. OLE color: 1026420.
HSL color Cylindrical-coordinate representation of color #74A90F: hue angle of 80.65º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74A90F is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 169 | 15 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.34 |
| HSL | 80.65º | 0.84% | 0.36% | - |
| HSV(B) | 80.65º | 0.91% | 0.66% | - |
| XYZ | 21.48 | 32.12 | 5.52 | - |
| YUV | 135.6 | 59.94 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 169 | 15 | 0.31 | 0 | 0.91 | 0.34 | 80.65 | 0.84 | 0.36 |
| Hex | 74 | A9 | F | 1F | 0 | 5B | 22 | 51 | 54 | 24 |
| Octal | 164 | 251 | 17 | 37 | 0 | 133 | 42 | 121 | 124 | 44 |
| Binary | 1110100 | 10101001 | 1111 | 11111 | 0 | 1011011 | 100010 | 1010001 | 1010100 | 100100 |
Color Harmonies of #74A90F
Complementary color
Monochromatic Colors of #74A90F
Black with #74A90F
Text Example
Text Example
White with #74A90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A90F; }
p { color: rgb(116,169,15); }
H1.HeaderClassName
{
color: #74A90F;
}
.AnyTagClassName
{
color: #74A90F;
}
</style>
background-color css
<style>
a { background-color: #74A90F; }
a { background-color: rgb(116,169,15); }
div.DivClassName
{
background-color: #74A90F;
}
.BgClassName
{
background-color: #74A90F;
}
</style>
border-color css
<style>
span { border-color: #74A90F; }
span { border-color: rgb(116,169,15); }
td.TdClassName
{
border-color: #74A90F;
}
.TagClassName
{
border-color: #74A90F;
}
</style>