Shades of Christi #74A702
Tints of Christi #74A702
RGB
CMYK
RGB Variations
Color information
#74A702 (or 0x74A702) is known color: Christi. HEX triplet: 74, A7 and 02. RGB value is (116,167,2). Sum of RGB (Red+Green+Blue) = 116+167+2=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 167 (65.62% from 255 or 58.60% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 167 - color contains mainly: green. Hex color #74A702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A702 is #8B58FD. Grayscale: #858585. Windows color (decimal): -9132286 or 173940. OLE color: 173940.
HSL color Cylindrical-coordinate representation of color #74A702: hue angle of 78.55º 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 #74A702 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 167 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.35 |
| HSL | 78.55º | 0.98% | 0.33% | - |
| HSV(B) | 78.55º | 0.99% | 0.65% | - |
| XYZ | 21.03 | 31.35 | 5 | - |
| YUV | 132.94 | 54.1 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 2 | 0.31 | 0 | 0.99 | 0.35 | 78.55 | 0.98 | 0.33 |
| Hex | 74 | A7 | 2 | 1F | 0 | 63 | 23 | 4F | 62 | 21 |
| Octal | 164 | 247 | 2 | 37 | 0 | 143 | 43 | 117 | 142 | 41 |
| Binary | 1110100 | 10100111 | 10 | 11111 | 0 | 1100011 | 100011 | 1001111 | 1100010 | 100001 |
Color Harmonies of #74A702
Complementary color
Monochromatic Colors of #74A702
Black with #74A702
Text Example
Text Example
White with #74A702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A702; }
p { color: rgb(116,167,2); }
H1.HeaderClassName
{
color: #74A702;
}
.AnyTagClassName
{
color: #74A702;
}
</style>
background-color css
<style>
a { background-color: #74A702; }
a { background-color: rgb(116,167,2); }
div.DivClassName
{
background-color: #74A702;
}
.BgClassName
{
background-color: #74A702;
}
</style>
border-color css
<style>
span { border-color: #74A702; }
span { border-color: rgb(116,167,2); }
td.TdClassName
{
border-color: #74A702;
}
.TagClassName
{
border-color: #74A702;
}
</style>