Shades of Christi #7BA40F
Tints of Christi #7BA40F
RGB
CMYK
RGB Variations
Color information
#7BA40F (or 0x7BA40F) is known color: Christi. HEX triplet: 7B, A4 and 0F. RGB value is (123,164,15). Sum of RGB (Red+Green+Blue) = 123+164+15=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA40F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA40F is #845BF0. Grayscale: #878787. Windows color (decimal): -8674289 or 1025147. OLE color: 1025147.
HSL color Cylindrical-coordinate representation of color #7BA40F: hue angle of 76.51º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BA40F is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 15 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.36 |
| HSL | 76.51º | 0.83% | 0.35% | - |
| HSV(B) | 76.51º | 0.91% | 0.64% | - |
| XYZ | 21.53 | 30.8 | 5.26 | - |
| YUV | 134.76 | 60.42 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 15 | 0.25 | 0 | 0.91 | 0.36 | 76.51 | 0.83 | 0.35 |
| Hex | 7B | A4 | F | 19 | 0 | 5B | 24 | 4D | 53 | 23 |
| Octal | 173 | 244 | 17 | 31 | 0 | 133 | 44 | 115 | 123 | 43 |
| Binary | 1111011 | 10100100 | 1111 | 11001 | 0 | 1011011 | 100100 | 1001101 | 1010011 | 100011 |
Color Harmonies of #7BA40F
Complementary color
Monochromatic Colors of #7BA40F
Black with #7BA40F
Text Example
Text Example
White with #7BA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA40F; }
p { color: rgb(123,164,15); }
H1.HeaderClassName
{
color: #7BA40F;
}
.AnyTagClassName
{
color: #7BA40F;
}
</style>
background-color css
<style>
a { background-color: #7BA40F; }
a { background-color: rgb(123,164,15); }
div.DivClassName
{
background-color: #7BA40F;
}
.BgClassName
{
background-color: #7BA40F;
}
</style>
border-color css
<style>
span { border-color: #7BA40F; }
span { border-color: rgb(123,164,15); }
td.TdClassName
{
border-color: #7BA40F;
}
.TagClassName
{
border-color: #7BA40F;
}
</style>