Shades of Christi #74A602
Tints of Christi #74A602
RGB
CMYK
RGB Variations
Color information
#74A602 (or 0x74A602) is known color: Christi. HEX triplet: 74, A6 and 02. RGB value is (116,166,2). Sum of RGB (Red+Green+Blue) = 116+166+2=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 166 (65.23% from 255 or 58.45% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 166 - color contains mainly: green. Hex color #74A602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A602 is #8B59FD. Grayscale: #848484. Windows color (decimal): -9132542 or 173684. OLE color: 173684.
HSL color Cylindrical-coordinate representation of color #74A602: hue angle of 78.29º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74A602 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 166 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.35 |
| HSL | 78.29º | 0.98% | 0.33% | - |
| HSV(B) | 78.29º | 0.99% | 0.65% | - |
| XYZ | 20.85 | 30.99 | 4.94 | - |
| YUV | 132.35 | 54.44 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 2 | 0.30 | 0 | 0.99 | 0.35 | 78.29 | 0.98 | 0.33 |
| Hex | 74 | A6 | 2 | 1E | 0 | 63 | 23 | 4E | 62 | 21 |
| Octal | 164 | 246 | 2 | 36 | 0 | 143 | 43 | 116 | 142 | 41 |
| Binary | 1110100 | 10100110 | 10 | 11110 | 0 | 1100011 | 100011 | 1001110 | 1100010 | 100001 |
Color Harmonies of #74A602
Complementary color
Monochromatic Colors of #74A602
Black with #74A602
Text Example
Text Example
White with #74A602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A602; }
p { color: rgb(116,166,2); }
H1.HeaderClassName
{
color: #74A602;
}
.AnyTagClassName
{
color: #74A602;
}
</style>
background-color css
<style>
a { background-color: #74A602; }
a { background-color: rgb(116,166,2); }
div.DivClassName
{
background-color: #74A602;
}
.BgClassName
{
background-color: #74A602;
}
</style>
border-color css
<style>
span { border-color: #74A602; }
span { border-color: rgb(116,166,2); }
td.TdClassName
{
border-color: #74A602;
}
.TagClassName
{
border-color: #74A602;
}
</style>