Shades of Christi #7BA404
Tints of Christi #7BA404
RGB
CMYK
RGB Variations
Color information
#7BA404 (or 0x7BA404) is known color: Christi. HEX triplet: 7B, A4 and 04. RGB value is (123,164,4). Sum of RGB (Red+Green+Blue) = 123+164+4=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA404 is #845BFB. Grayscale: #868686. Windows color (decimal): -8674300 or 304251. OLE color: 304251.
HSL color Cylindrical-coordinate representation of color #7BA404: hue angle of 75.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7BA404 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 4 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.36 |
| HSL | 75.38º | 0.95% | 0.33% | - |
| HSV(B) | 75.38º | 0.98% | 0.64% | - |
| XYZ | 21.47 | 30.77 | 4.92 | - |
| YUV | 133.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 4 | 0.25 | 0 | 0.98 | 0.36 | 75.38 | 0.95 | 0.33 |
| Hex | 7B | A4 | 4 | 19 | 0 | 62 | 24 | 4B | 5F | 21 |
| Octal | 173 | 244 | 4 | 31 | 0 | 142 | 44 | 113 | 137 | 41 |
| Binary | 1111011 | 10100100 | 100 | 11001 | 0 | 1100010 | 100100 | 1001011 | 1011111 | 100001 |
Color Harmonies of #7BA404
Complementary color
Monochromatic Colors of #7BA404
Black with #7BA404
Text Example
Text Example
White with #7BA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA404; }
p { color: rgb(123,164,4); }
H1.HeaderClassName
{
color: #7BA404;
}
.AnyTagClassName
{
color: #7BA404;
}
</style>
background-color css
<style>
a { background-color: #7BA404; }
a { background-color: rgb(123,164,4); }
div.DivClassName
{
background-color: #7BA404;
}
.BgClassName
{
background-color: #7BA404;
}
</style>
border-color css
<style>
span { border-color: #7BA404; }
span { border-color: rgb(123,164,4); }
td.TdClassName
{
border-color: #7BA404;
}
.TagClassName
{
border-color: #7BA404;
}
</style>