Shades of Christi #74A70B
Tints of Christi #74A70B
RGB
CMYK
RGB Variations
Color information
#74A70B (or 0x74A70B) is known color: Christi. HEX triplet: 74, A7 and 0B. RGB value is (116,167,11). Sum of RGB (Red+Green+Blue) = 116+167+11=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #74A70B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A70B is #8B58F4. Grayscale: #868686. Windows color (decimal): -9132277 or 763764. OLE color: 763764.
HSL color Cylindrical-coordinate representation of color #74A70B: hue angle of 79.62º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74A70B is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 167 | 11 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.35 |
| HSL | 79.62º | 0.88% | 0.35% | - |
| HSV(B) | 79.62º | 0.93% | 0.65% | - |
| XYZ | 21.08 | 31.37 | 5.26 | - |
| YUV | 133.97 | 58.6 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 11 | 0.31 | 0 | 0.93 | 0.35 | 79.62 | 0.88 | 0.35 |
| Hex | 74 | A7 | B | 1F | 0 | 5D | 23 | 50 | 58 | 23 |
| Octal | 164 | 247 | 13 | 37 | 0 | 135 | 43 | 120 | 130 | 43 |
| Binary | 1110100 | 10100111 | 1011 | 11111 | 0 | 1011101 | 100011 | 1010000 | 1011000 | 100011 |
Color Harmonies of #74A70B
Complementary color
Monochromatic Colors of #74A70B
Black with #74A70B
Text Example
Text Example
White with #74A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A70B; }
p { color: rgb(116,167,11); }
H1.HeaderClassName
{
color: #74A70B;
}
.AnyTagClassName
{
color: #74A70B;
}
</style>
background-color css
<style>
a { background-color: #74A70B; }
a { background-color: rgb(116,167,11); }
div.DivClassName
{
background-color: #74A70B;
}
.BgClassName
{
background-color: #74A70B;
}
</style>
border-color css
<style>
span { border-color: #74A70B; }
span { border-color: rgb(116,167,11); }
td.TdClassName
{
border-color: #74A70B;
}
.TagClassName
{
border-color: #74A70B;
}
</style>