Shades of Christi #7BB407
Tints of Christi #7BB407
RGB
CMYK
RGB Variations
Color information
#7BB407 (or 0x7BB407) is known color: Christi. HEX triplet: 7B, B4 and 07. RGB value is (123,180,7). Sum of RGB (Red+Green+Blue) = 123+180+7=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB407 is #844BF8. Grayscale: #8F8F8F. Windows color (decimal): -8670201 or 504955. OLE color: 504955.
HSL color Cylindrical-coordinate representation of color #7BB407: hue angle of 79.77º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7BB407 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 180 | 7 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.29 |
| HSL | 79.77º | 0.93% | 0.37% | - |
| HSV(B) | 79.77º | 0.96% | 0.71% | - |
| XYZ | 24.53 | 36.87 | 6.02 | - |
| YUV | 143.24 | 51.12 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 7 | 0.32 | 0 | 0.96 | 0.29 | 79.77 | 0.93 | 0.37 |
| Hex | 7B | B4 | 7 | 20 | 0 | 60 | 1D | 50 | 5D | 25 |
| Octal | 173 | 264 | 7 | 40 | 0 | 140 | 35 | 120 | 135 | 45 |
| Binary | 1111011 | 10110100 | 111 | 100000 | 0 | 1100000 | 11101 | 1010000 | 1011101 | 100101 |
Color Harmonies of #7BB407
Complementary color
Monochromatic Colors of #7BB407
Black with #7BB407
Text Example
Text Example
White with #7BB407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB407; }
p { color: rgb(123,180,7); }
H1.HeaderClassName
{
color: #7BB407;
}
.AnyTagClassName
{
color: #7BB407;
}
</style>
background-color css
<style>
a { background-color: #7BB407; }
a { background-color: rgb(123,180,7); }
div.DivClassName
{
background-color: #7BB407;
}
.BgClassName
{
background-color: #7BB407;
}
</style>
border-color css
<style>
span { border-color: #7BB407; }
span { border-color: rgb(123,180,7); }
td.TdClassName
{
border-color: #7BB407;
}
.TagClassName
{
border-color: #7BB407;
}
</style>