Shades of Christi #74A102
Tints of Christi #74A102
RGB
CMYK
RGB Variations
Color information
#74A102 (or 0x74A102) is known color: Christi. HEX triplet: 74, A1 and 02. RGB value is (116,161,2). Sum of RGB (Red+Green+Blue) = 116+161+2=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #74A102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A102 is #8B5EFD. Grayscale: #828282. Windows color (decimal): -9133822 or 172404. OLE color: 172404.
HSL color Cylindrical-coordinate representation of color #74A102: hue angle of 76.98º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74A102 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 161 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.37 |
| HSL | 76.98º | 0.98% | 0.32% | - |
| HSV(B) | 76.98º | 0.99% | 0.63% | - |
| XYZ | 19.96 | 29.21 | 4.64 | - |
| YUV | 129.42 | 56.09 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 161 | 2 | 0.28 | 0 | 0.99 | 0.37 | 76.98 | 0.98 | 0.32 |
| Hex | 74 | A1 | 2 | 1C | 0 | 63 | 25 | 4D | 62 | 20 |
| Octal | 164 | 241 | 2 | 34 | 0 | 143 | 45 | 115 | 142 | 40 |
| Binary | 1110100 | 10100001 | 10 | 11100 | 0 | 1100011 | 100101 | 1001101 | 1100010 | 100000 |
Color Harmonies of #74A102
Complementary color
Monochromatic Colors of #74A102
Black with #74A102
Text Example
Text Example
White with #74A102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A102; }
p { color: rgb(116,161,2); }
H1.HeaderClassName
{
color: #74A102;
}
.AnyTagClassName
{
color: #74A102;
}
</style>
background-color css
<style>
a { background-color: #74A102; }
a { background-color: rgb(116,161,2); }
div.DivClassName
{
background-color: #74A102;
}
.BgClassName
{
background-color: #74A102;
}
</style>
border-color css
<style>
span { border-color: #74A102; }
span { border-color: rgb(116,161,2); }
td.TdClassName
{
border-color: #74A102;
}
.TagClassName
{
border-color: #74A102;
}
</style>