Shades of Christi #74A822
Tints of Christi #74A822
RGB
CMYK
RGB Variations
Color information
#74A822 (or 0x74A822) is known color: Christi. HEX triplet: 74, A8 and 22. RGB value is (116,168,34). Sum of RGB (Red+Green+Blue) = 116+168+34=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 168 (66.02% from 255 or 52.83% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 168 - color contains mainly: green. Hex color #74A822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A822 is #8B57DD. Grayscale: #898989. Windows color (decimal): -9131998 or 2271348. OLE color: 2271348.
HSL color Cylindrical-coordinate representation of color #74A822: hue angle of 83.28º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74A822 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 168 | 34 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.34 |
| HSL | 83.28º | 0.66% | 0.4% | - |
| HSV(B) | 83.28º | 0.8% | 0.66% | - |
| XYZ | 21.49 | 31.83 | 6.53 | - |
| YUV | 137.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 34 | 0.31 | 0 | 0.80 | 0.34 | 83.28 | 0.66 | 0.4 |
| Hex | 74 | A8 | 22 | 1F | 0 | 50 | 22 | 53 | 42 | 28 |
| Octal | 164 | 250 | 42 | 37 | 0 | 120 | 42 | 123 | 102 | 50 |
| Binary | 1110100 | 10101000 | 100010 | 11111 | 0 | 1010000 | 100010 | 1010011 | 1000010 | 101000 |
Color Harmonies of #74A822
Complementary color
Monochromatic Colors of #74A822
Black with #74A822
Text Example
Text Example
White with #74A822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A822; }
p { color: rgb(116,168,34); }
H1.HeaderClassName
{
color: #74A822;
}
.AnyTagClassName
{
color: #74A822;
}
</style>
background-color css
<style>
a { background-color: #74A822; }
a { background-color: rgb(116,168,34); }
div.DivClassName
{
background-color: #74A822;
}
.BgClassName
{
background-color: #74A822;
}
</style>
border-color css
<style>
span { border-color: #74A822; }
span { border-color: rgb(116,168,34); }
td.TdClassName
{
border-color: #74A822;
}
.TagClassName
{
border-color: #74A822;
}
</style>