Shades of Christi #7BA402
Tints of Christi #7BA402
RGB
CMYK
RGB Variations
Color information
#7BA402 (or 0x7BA402) is known color: Christi. HEX triplet: 7B, A4 and 02. RGB value is (123,164,2). Sum of RGB (Red+Green+Blue) = 123+164+2=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 164 (64.45% from 255 or 56.75% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA402 is #845BFD. Grayscale: #858585. Windows color (decimal): -8674302 or 173179. OLE color: 173179.
HSL color Cylindrical-coordinate representation of color #7BA402: hue angle of 75.19º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BA402 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.36 |
| HSL | 75.19º | 0.98% | 0.33% | - |
| HSV(B) | 75.19º | 0.99% | 0.64% | - |
| XYZ | 21.45 | 30.77 | 4.87 | - |
| YUV | 133.27 | 53.92 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 2 | 0.25 | 0 | 0.99 | 0.36 | 75.19 | 0.98 | 0.33 |
| Hex | 7B | A4 | 2 | 19 | 0 | 63 | 24 | 4B | 62 | 21 |
| Octal | 173 | 244 | 2 | 31 | 0 | 143 | 44 | 113 | 142 | 41 |
| Binary | 1111011 | 10100100 | 10 | 11001 | 0 | 1100011 | 100100 | 1001011 | 1100010 | 100001 |
Color Harmonies of #7BA402
Complementary color
Monochromatic Colors of #7BA402
Black with #7BA402
Text Example
Text Example
White with #7BA402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA402; }
p { color: rgb(123,164,2); }
H1.HeaderClassName
{
color: #7BA402;
}
.AnyTagClassName
{
color: #7BA402;
}
</style>
background-color css
<style>
a { background-color: #7BA402; }
a { background-color: rgb(123,164,2); }
div.DivClassName
{
background-color: #7BA402;
}
.BgClassName
{
background-color: #7BA402;
}
</style>
border-color css
<style>
span { border-color: #7BA402; }
span { border-color: rgb(123,164,2); }
td.TdClassName
{
border-color: #7BA402;
}
.TagClassName
{
border-color: #7BA402;
}
</style>